GmlWriterEdgeIdKey Property |
gml property to use for the blueprints edges id, defaults to GMLTokens.BLUEPRINTS_ID
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic string EdgeIdKey { get; set; }
Public Property EdgeIdKey As String
Get
Set
public:
property String^ EdgeIdKey {
String^ get ();
void set (String^ value);
}
member EdgeIdKey : string with get, set
Property Value
Type:
String
See Also