Click or drag to resize

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)
Syntax
public CesiumProperty<string> RelativeTo { get; set; }

Property Value

Type: CesiumPropertyString
See Also