when set to true, property keys in the Graph that do not meet the exact guidelines of the GML
specification are ignored. By default this value is false.
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic bool Strict { get; set; }
Public Property Strict As Boolean
Get
Set
public:
property bool Strict {
bool get ();
void set (bool value);
}
member Strict : bool with get, set
Property Value
Type:
Boolean
See Also