|
|
Sets the Distance on an IClashResult stored in the document part.
if the result is a ClashResultGroup, then the distance will be set individually on all its children.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Sub TestsEditResultDistance ( _ result As IClashResult, _ distance As Double _ ) |
| C# |
|---|
public void TestsEditResultDistance( IClashResult result, double distance ) |
| Visual C++ |
|---|
public: void TestsEditResultDistance( IClashResult^ result, double distance ) |
Parameters
- result
- Type: Autodesk.Navisworks.Api.Clash..::..IClashResult
The IClashResult to edit.
- distance
- Type: System..::..Double
The Double value to set into the result's distance.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | An argument has been Disposed, or 'result' is not contained in the document part. |
| System..::..ArgumentNullException | Result is null. |