IntervalIsBoundedAbove Property
|
Property that indicates whether interval is
bounded above.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsBoundedAbove { get; }
Public ReadOnly Property IsBoundedAbove As Boolean
Get
public:
property bool IsBoundedAbove {
bool get ();
}
member IsBoundedAbove : bool with get
Property Value
Boolean
See Also