|
![]() |
The latest time within the simulation at which a clash was observed for any member of the group. Null
if there is no simulation associated with any member of the group.
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 |