|
|
Specifies the Selection Behavior to be used during Picking.
Namespace: Autodesk.Navisworks.Api.Controls
Assembly: Autodesk.Navisworks.Controls (in Autodesk.Navisworks.Controls.dll)
Syntax
| Visual Basic |
|---|
Public Shared Property SelectionBehavior As SelectionBehavior Get Set |
| C# |
|---|
public static SelectionBehavior SelectionBehavior { get; set; } |
| Visual C++ |
|---|
public: static property SelectionBehavior SelectionBehavior { SelectionBehavior get (); void set (SelectionBehavior value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | The API has not yet been initialized using ApplicationControl.Initialize() |