|
|
Create a SelectionSet with a Zone
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ zone As LcOpZoneSpec _ ) |
| C# |
|---|
public SelectionSet( LcOpZoneSpec zone ) |
| Visual C++ |
|---|
public: SelectionSet( LcOpZoneSpec^ zone ) |
Parameters
- zone
- Type: LcOpZoneSpec
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Argument 'zone' is null |
| System..::..ArgumentException | Argument 'zone' has been Disposed |
| System..::..ArgumentException | Argument 'zone' is invalid |