|
![]() |
Name of the person who approved the clashes in this group. This is String.Empty if results of several different values are present in the group. Setting this sets ApprovedBy on 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 ApprovedBy As String Get Set |
C# |
---|
public virtual string ApprovedBy { get; set; } |
Visual C++ |
---|
public: virtual property String^ ApprovedBy { String^ get (); void set (String^ value); } |
Implements
IClashResult..::..ApprovedBy
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |