|
![]() |
An object referencing root-items for all of the current data involved in defining clash tests.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Value As ClashTestsData Get |
C# |
---|
public ClashTestsData Value { get; } |
Visual C++ |
---|
public: property ClashTestsData^ Value { ClashTestsData^ get (); } |
Remarks
Currently this holds just the tests collection itself, but in future may contain other data, closely related to the tests.
This allows simultaneous editing of all this related data in one operation using DocumentClashTests.CopyFrom.