ArcFM Server Developer Guide
RemoveVertex Method


The graph to update
The element in the graph that will be removed.
Removes a vertex from the target CircuitGraph. A trace from the header then updates the edges and vertices of the graph, removing all downstream items from the removed vertex. The results are returned in a new CircuitGraph. The target CircuitGraph is unchanged.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function RemoveVertex( _
   ByVal circuitGraph As SE.ArcFM.FiberManager.Contracts.CircuitGraph, _
   ByVal elementToRemove As SE.ArcFM.FiberManager.Contracts.GuidObjectId _
) As SE.ArcFM.FiberManager.Contracts.CircuitGraph
'Usage
 
Dim circuitGraph As SE.ArcFM.FiberManager.Contracts.CircuitGraph
Dim elementToRemove As SE.ArcFM.FiberManager.Contracts.GuidObjectId
Dim value As SE.ArcFM.FiberManager.Contracts.CircuitGraph
 
value = GraphExtensions.RemoveVertex(circuitGraph, elementToRemove)
[Extension()]
public static SE.ArcFM.FiberManager.Contracts.CircuitGraph RemoveVertex( 
   SE.ArcFM.FiberManager.Contracts.CircuitGraph circuitGraph,
   SE.ArcFM.FiberManager.Contracts.GuidObjectId elementToRemove
)

Parameters

circuitGraph
The graph to update
elementToRemove
The element in the graph that will be removed.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GraphExtensions Class
GraphExtensions Members

 

 


Send Comment