ITimeSpan80
This interface gives access to a terrain object’s timespan element that restricts the visibility of the object to a specific period in time.
|
Properties |
|
|
Gets and sets the date and time when the object should stop being visible on the terrain. |
|
|
Gets and sets the date and time when the object should first become visible on the terrain. |
End
Gets and sets the date and time when the object should stop being visible on the terrain. See “Time” for information on valid formats for this property.
JavaScript |
|
End |
C# |
|
dynamic End { get; set; } |
C++ |
|
HRESULT End([out, retval] VARIANT* pVal) HRESULT End([in] VARIANT pVal) |
Start
Gets and sets the date and time when the object should first become visible on the terrain. See “Time” for information on valid formats for this property.
JavaScript |
|
Start |
C# |
|
dynamic Start { get; set; } |
C++ |
|
HRESULT Start([out, retval] VARIANT* pVal) HRESULT Start([in] VARIANT pVal) |