|
|
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property TestsRoot As ClashTestFolder Get |
| C# |
|---|
public ClashTestFolder TestsRoot { get; } |
| Visual C++ |
|---|
public: property ClashTestFolder^ TestsRoot { ClashTestFolder^ get (); } |
Remarks
The purpose of this is to permit recursive routines to be written which operate on the GroupItem - the base class of ClashTestFolder, ClashTest and ClashResultGroup.