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