CzmlDocumentClock Property |
Gets or sets the initial clock settings to be used when loading the document.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Clock Clock { get; set; }
Public Property Clock As Clock
Get
Set
public:
property Clock^ Clock {
Clock^ get ();
void set (Clock^ value);
}
member Clock : Clock with get, set
Property Value
Type:
ClockSee Also