GmlReaderEdgeLabelKey Property |
gml property to assign edge labels to
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic string EdgeLabelKey { get; set; }
Public Property EdgeLabelKey As String
Get
Set
public:
property String^ EdgeLabelKey {
String^ get ();
void set (String^ value);
}
member EdgeLabelKey : string with get, set
Property Value
Type:
String
See Also