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