Provides access to members that manage graphs.
Product Availability
Members
Description | ||
---|---|---|
Add | Adds the preexisting Feature to the graph. | |
AddFeatureClass | Add the FeatureClass to this graph. | |
DeleteSet | Removes the set of Feature from the graph. | |
FeatureDataset | The FeatureDataset associated with the graph. | |
GetDisplayFeedback | The DisplayFeedback. | |
Init | Initializes the graph. | |
Merge | Merges the Features together, returning the newly created Feature. | |
Split | Split the feature. | |
TransformSet | Repositions all specified NetworkFeatures and any topologically connected NetworkFeatures. | |
VertexBasedStretching | The stretching model to nearest vertex (true) or junction (false) based stretching. |
CoClasses that implement IGraph
CoClasses and Classes | Description |
---|---|
GeometricNetwork | ESRI Geometric Network object. |
Remarks
The IGraph interface contains methods and properties which are used in conjunction with geometric networks. Many of the methods, such as Add, Init, Split and Merge are called internally from within other methods. For these methods, there may be an analogous method or series of methods available, consult the specific help file for that method.
The NetworkLoader object should be used for creating or building of geometric networks, in place of the Graph or GeometricNetwork objects.
Since IGeometricNetwork inherits from IGraph, all the methods on IGraph are available to IGeometricNetwork
See Also
IGraph.TransformSet Method | IGraph.Split Method | IGeometricNetwork.AddJunctionWithSubsumption Method | IGraph Interface | IGeometricNetworkName Interface | IGeometricNetwork Interface