|
|
Description of the types of clash results in the group, e.g. "Hard" unless explicitly set otherwise. This is String.Empty if results of several different values are present in the group. Setting this sets the description of all clashes in the group.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property Description As String Get Set |
| C# |
|---|
public virtual string Description { get; set; } |
| Visual C++ |
|---|
public: virtual property String^ Description { String^ get (); void set (String^ value); } |
Implements
IClashResult..::..Description
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |