|
|
The name of the clash result.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property DisplayName As String Get Set |
| C# |
|---|
public virtual string DisplayName { get; set; } |
| Visual C++ |
|---|
public: virtual property String^ DisplayName { String^ get (); void set (String^ value); } |
Implements
IClashResult..::..DisplayName
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |