|
|
The time the clash-result was created.
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 |