IntervalIsSingleton Property
|
Property that indicates whether the interval
object is a singleton, meaning that the interval is bounded, and
the upper and lower bounds are equal within the specified
tolerance.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsSingleton { get; }
Public ReadOnly Property IsSingleton As Boolean
Get
public:
property bool IsSingleton {
bool get ();
}
member IsSingleton : bool with get
Property Value
Boolean
See Also