|
![]() |
The GridSystem that will be rendered.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Property ActiveSystem As GridSystem Get Set |
C# |
---|
public GridSystem ActiveSystem { get; set; } |
Visual C++ |
---|
public: property GridSystem^ ActiveSystem { GridSystem^ get (); void set (GridSystem^ value); } |