|
|
The settings for selection-A in the test.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property SelectionA As ClashSelection Get |
| C# |
|---|
public ClashSelection SelectionA { get; } |
| Visual C++ |
|---|
public: property ClashSelection^ SelectionA { ClashSelection^ get (); } |
Remarks
When changing the values inside this member of the clash-test, you may wish to manually set the test's Status to Old. This will indicate to the user and the application that the test needs re-running. For other properties of the clash-test this is handled automatically, but because this is a nested class it would be complex to implement in this case.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |