PathGraphicsRelativeTo Property |
Gets or sets a value which indicates that the path should be drawn in a different reference frame.
If the value is "FIXED" or "INERTIAL", the path will be drawn in that frame.
Otherwise, the value is the ID of an object and the path will be drawn relative to that object.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic CesiumProperty<string> RelativeTo { get; set; }Public Property RelativeTo As CesiumProperty(Of String)
Get
Set
public:
property CesiumProperty<String^>^ RelativeTo {
CesiumProperty<String^>^ get ();
void set (CesiumProperty<String^>^ value);
}member RelativeTo : CesiumProperty<string> with get, set
Property Value
Type:
CesiumPropertyString
See Also