GmlWriterNormalize Property |
whether to normalize the output. Normalized output is deterministic with respect to the order of
elements and properties in the resulting XML document, and is compatible with line diff-based tools
such as Git. Note: normalized output is memory-intensive and is not appropriate for very large graphs.
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic bool Normalize { get; set; }
Public Property Normalize As Boolean
Get
Set
public:
property bool Normalize {
bool get ();
void set (bool value);
}
member Normalize : bool with get, set
Property Value
Type:
Boolean
See Also