CzmlDocument.PrettyFormatting Property |
Gets or sets a value indicating whether the resulting CZML file is formatted using whitespace for
easy readability, which will produce a significantly larger file.
By default, this is set to false.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also