|
|
Returns the CurrentSelection from the DocumentTakeoff document part.
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property CurrentSelection As TakeoffSelection Get |
| C# |
|---|
public TakeoffSelection CurrentSelection { get; } |
| Visual C++ |
|---|
public: property TakeoffSelection^ CurrentSelection { TakeoffSelection^ get (); } |