|
|
A selection containing the first composite item for this clash result, if there is one, or otherwise the leaf geometry item. In the case of a ClashResultGroup this can be multiple composite items.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
ReadOnly Property CompositeItemSelection1 As ModelItemCollection Get |
| C# |
|---|
ModelItemCollection CompositeItemSelection1 { get; } |
| Visual C++ |
|---|
property ModelItemCollection^ CompositeItemSelection1 { ModelItemCollection^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed. |