|
|
Returns the ObjectSteps 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 ObjectSteps As ObjectStepTable Get |
| C# |
|---|
public ObjectStepTable ObjectSteps { get; } |
| Visual C++ |
|---|
public: property ObjectStepTable^ ObjectSteps { ObjectStepTable^ get (); } |