|
|
Representative distance (overlap or clearance) of a clash result.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property Distance As Double Get Set |
| C# |
|---|
public virtual double Distance { get; set; } |
| Visual C++ |
|---|
public: virtual property double Distance { double get (); void set (double value); } |
Implements
IClashResult..::..Distance
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |