|
|
The earliest time within the simulation at which the clash-result was observed. This is undefined if there was no simulation associated with the result.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Overridable ReadOnly Property SimulationStartTime As Nullable(Of DateTime) Get |
| C# |
|---|
public virtual Nullable<DateTime> SimulationStartTime { get; } |
| Visual C++ |
|---|
public: virtual property Nullable<DateTime> SimulationStartTime { Nullable<DateTime> get (); } |
Implements
IClashResult..::..SimulationStartTime
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |