LayerFilterParent Property
|
Property that represents the parent
LayerFilter of this LayerFilter object. All LayerFilter objects,
except the top level, "ALL", have parents.
Namespace: Teigha.LayerManager
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public LayerFilter Parent { get; }
Public ReadOnly Property Parent As LayerFilter
Get
public:
property LayerFilter^ Parent {
LayerFilter^ get ();
}
member Parent : LayerFilter with get
Property Value
LayerFilter
See Also