|
|
The collection of all GridSystems within the Document.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Systems As ReadOnlyCollection(Of GridSystem) Get |
| C# |
|---|
public ReadOnlyCollection<GridSystem> Systems { get; } |
| Visual C++ |
|---|
public: property ReadOnlyCollection<GridSystem^>^ Systems { ReadOnlyCollection<GridSystem^>^ get (); } |