Return the edge referenced by the provided object identifier.
If no edge is referenced by that identifier, then return null.
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIEdge GetEdge(
Object id
)
Function GetEdge (
id As Object
) As IEdge
IEdge^ GetEdge(
Object^ id
)
abstract GetEdge :
id : Object -> IEdge
Parameters
- id
- Type: SystemObject
the identifier of the edge to retrieved from the graph
Return Value
Type:
IEdgethe edge referenced by the provided identifier or null when no such edge exists
See Also