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