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