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