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