StringFactoryEdgeString Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.EdgeString(VelocityGraph.Frontenac.Blueprints.IEdge)"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static string EdgeString(
this IEdge edge
)
<ExtensionAttribute>
Public Shared Function EdgeString (
edge As IEdge
) As String
public:
[ExtensionAttribute]
static String^ EdgeString(
IEdge^ edge
)
[<ExtensionAttribute>]
static member EdgeString :
edge : IEdge -> string
Parameters
- edge
- Type: VelocityGraph.Frontenac.BlueprintsIEdge
[Missing <param name="edge"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.EdgeString(VelocityGraph.Frontenac.Blueprints.IEdge)"]
Return Value
Type:
String[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.StringFactory.EdgeString(VelocityGraph.Frontenac.Blueprints.IEdge)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEdge. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also