Click or drag to resize
GeLineSegment Properties

The GeLineSegment type exposes the following members.

Properties
  NameDescription
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyEndParameter
Gets or sets end parameter of the curve segment. Specified value must lie within curve interval.
Public propertyEndPoint
Gets or sets end point of this curve segment.
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
Public propertyInterpolation
Returns curve interpolation.
(Overrides GeCurveInterpolation.)
Public propertyInterval
Returns the parametric range of the curve.
(Overrides GeCurveInterval.)
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
(Overrides GeGeometryIsEmpty.)
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeGeometryLength.)
Public propertyMidPoint
Gets or sets mid point of this curve segment.
Public propertyStartParameter
Gets or sets start parameter of the curve segment. Specified value must lie within curve interval.
Public propertyStartPoint
Gets or sets start point of this curve segment.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also