CzmlDocument.EnableAutomaticReferencing Property |
Gets or sets a value indicating whether to enable automatic CZML reference creation for objects with the same definition.
By default, this is set to true.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool EnableAutomaticReferencing { get; set; }
Public Property EnableAutomaticReferencing As Boolean
Get
Set
public:
property bool EnableAutomaticReferencing {
bool get ();
void set (bool value);
}
member EnableAutomaticReferencing : bool with get, set
Property Value
Type:
Boolean
See Also