|
|
A convenience property for accessing the current tests collection. This is equivalent to
Value.Tests.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Tests As SavedItemCollection Get |
| C# |
|---|
public SavedItemCollection Tests { get; } |
| Visual C++ |
|---|
public: property SavedItemCollection^ Tests { SavedItemCollection^ get (); } |