|
![]() |
The time the clashes in the group were approved, or null if group has more than one approved-time amongst its
members. If the result is not approved then the value may be obsolete.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Overridable Property ApprovedTime As Nullable(Of DateTime) Get Set |
C# |
---|
public virtual Nullable<DateTime> ApprovedTime { get; set; } |
Visual C++ |
---|
public: virtual property Nullable<DateTime> ApprovedTime { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
Implements
IClashResult..::..ApprovedTime
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |