Property that represents an element in this
interval. * Returns an upper bound if this interval is bounded
above. * Returns a lower bound if this interval is unbounded above
but bounded below. * Returns 0.0 if this interval is unbounded in
both directions.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Element { get; }
Public ReadOnly Property Element As Double
Get
public:
property double Element {
double get ();
}
member Element : float with get
Property Value
Double
See Also