CesiumGeneratorContextPrettyFormatting Property |
Gets a value indicating whether the written data should be formatted for easy human readability.
When this property is (the default), more compact CZML is generated.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool PrettyFormatting { get; }
Public ReadOnly Property PrettyFormatting As Boolean
Get
public:
property bool PrettyFormatting {
bool get ();
}
member PrettyFormatting : bool with get
Property Value
Type:
BooleanSee Also