|
|
Name of the person to whom this clash is assigned. This is String.Empty if the clash has not been assigned.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Property AssignedTo As String Get Set |
| C# |
|---|
public virtual string AssignedTo { get; set; } |
| Visual C++ |
|---|
public: virtual property String^ AssignedTo { String^ get (); void set (String^ value); } |
Implements
IClashResult..::..AssignedTo
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |