ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarSetup.RemoveRestriction Method

Removes the given restriction network attribute by index from the NetworkForwardStar object.

[Visual Basic .NET]
Public Sub RemoveRestriction ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveRestriction (
    int Index
);
[C++]
HRESULT RemoveRestriction(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property has been superceded by the RemoveRestrictionAttributes method on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface