|
|
The Active Grid System
Namespace: Autodesk.Navisworks.Api
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); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentException | Argument 'system' has been Disposed |
| System..::..ArgumentNullException | Argument 'system' is null |