This document is archived and information here might be outdated.  Recommended version.


INetworkForwardStarSetup.RemoveRestriction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.RemoveRestriction Method
ArcGIS Developer Help

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