|
|
The latest time within the simulation at which the clash-result was observed. Null if the result is a group and
has members with more than one start time. 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 SimulationEndTime As Nullable(Of DateTime) Get |
| C# |
|---|
public virtual Nullable<DateTime> SimulationEndTime { get; } |
| Visual C++ |
|---|
public: virtual property Nullable<DateTime> SimulationEndTime { Nullable<DateTime> get (); } |
Implements
IClashResult..::..SimulationEndTime
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |