Provides access to members that manage a network element set.
Members
Name | Description | |
---|---|---|
AddEID | Add a network element to the network element set. |
INetworkElementSet.AddEID Method
Add a network element to the network element set.
Public Sub AddEID ( _
ByVal ElementType As esriElementType, _
ByVal EID As Long _
)
public void AddEID (
esriElementType ElementType,
long EID
);
Classes that implement INetworkElementSet
Classes | Description |
---|---|
NetworkElementSet | Network elements set object. |