Click or drag to resize
GeLine Properties

The GeLine type exposes the following members.

Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeCurveAggregateType.)
Public propertyArea
Returns total surface area of the geometry.
(Overrides GeGeometryArea.)
Public propertyCentroid
Returns geometry centroid coordinate.
(Overrides GeGeometryCentroid.)
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
(Overrides GeCurveDerivedType.)
Public propertyDimensionality
Gets or sets coordinate dimensionality of a geometry.
(Overrides GeGeometryDimensionality.)
Public propertyDirection
Gets or sets direction vector of this line.
Public propertyEccentricity
Returns measure of how much the conic section deviates from being circular.
Public propertyEnvelope
Returns geometry envelope.
(Overrides GeGeometryEnvelope.)
Public propertyFocalParameter
Returns distance from the focus (or one of the two foci) to the directrix of a conic section.
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 propertyL
Gets or sets L prameter of this line.
Public propertyLength
Returns total surface boundary length (circumference) of the geometry.
(Overrides GeGeometryLength.)
Public propertyLinearEccentricity
Returns distance between the center and the focus (or one of the two foci) of a conic section.
Public propertyM
Gets or sets M prameter of this line.
Public propertyN
Gets or sets N prameter of this line.
Public propertyOrigin
Gets or sets coordinate sitting on this line.
Public propertySemiLatusRectum
Returns a chord parallel to the directrix and passing through the focus (or one of the two foci) of a conic section.
Public propertyType
Returns enumerated geometry type used for safe typecasting to concrete geometry class.
(Overrides GeGeometryType.)
Top
See Also