CesiumOutputStreamPrettyFormatting Property |
Gets or sets a value indicating whether or not 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
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool PrettyFormatting { get; set; }
Public Property PrettyFormatting As Boolean
Get
Set
public:
property bool PrettyFormatting {
bool get ();
void set (bool value);
}
member PrettyFormatting : bool with get, set
Property Value
Type:
BooleanSee Also