LayerFilterNestedFilters
Property
|
Property that represents the collection of
nested LayerFilters of this LayerFilter object.
Namespace: Teigha.LayerManager
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public LayerFilterCollection NestedFilters { get; }
Public ReadOnly Property NestedFilters As LayerFilterCollection
Get
public:
property LayerFilterCollection^ NestedFilters {
LayerFilterCollection^ get ();
}
member NestedFilters : LayerFilterCollection with get
Property Value
LayerFilterCollection
See Also