whether to use the blueprints id directly or substitute with a generated integer. To use this option
the blueprints ids must all be Integers of string representations of integers
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic bool UseId { get; set; }
Public Property UseId As Boolean
Get
Set
public:
property bool UseId {
bool get ();
void set (bool value);
}
member UseId : bool with get, set
Property Value
Type:
Boolean
See Also