ExternalCurve3dIsOwnerOfCurve
Property
|
Property that indicates whether the external
curve owns the data. If the external curve owns the data, it will
be destroyed when the curve is destroyed.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsOwnerOfCurve { get; }
Public ReadOnly Property IsOwnerOfCurve As Boolean
Get
public:
property bool IsOwnerOfCurve {
bool get ();
}
member IsOwnerOfCurve : bool with get
Property Value
Boolean
See Also