|
|
All descendants of the items in the collection (including the items themselves)
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property DescendantsAndSelf As ModelItemEnumerableCollection Get |
| C# |
|---|
public ModelItemEnumerableCollection DescendantsAndSelf { get; } |
| Visual C++ |
|---|
public: property ModelItemEnumerableCollection^ DescendantsAndSelf { ModelItemEnumerableCollection^ get (); } |