Click or drag to resize

StandardCrossSectionFilter Methods

The StandardCrossSectionFilter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetArea
the geographic area to filter. Requires that a cross section has end point coordinates defined, otherwise it won't pass. Not active if all coordinates are Generic.Util.UndefinedDouble.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPasses
returns true if the argument passes the filter
Public methodSetArea
the geographic area to filter. Requires that a cross section has end point coordinates defined, otherwise it won't pass. Set all coordinates to Generic.Util.UndefinedDouble to deactivate.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also