|
|
Gets a DocumentCurrentSelection object containing the current selection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property CurrentSelection As DocumentCurrentSelection Get |
| C# |
|---|
public DocumentCurrentSelection CurrentSelection { get; } |
| Visual C++ |
|---|
public: property DocumentCurrentSelection^ CurrentSelection { DocumentCurrentSelection^ get (); } |