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


INetworkForwardStarSetup.Restriction Property (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.Restriction Property
ArcGIS Developer Help

INetworkForwardStarSetup.Restriction Property

Restriction network attribute by index applied to the NetworkForwardStar object.

[Visual Basic .NET]
Public Function get_Restriction ( _
    ByVal Index As Integer _
) As INetworkAttribute
[C#]
public INetworkAttribute get_Restriction (
    int Index
);
[C++]
HRESULT get_Restriction(
  long Index,
  INetworkAttribute** Attribute
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Attribute [out, retval]
Attribute is a parameter of type INetworkAttribute**

Product Availability

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

Remarks

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

See Also

INetworkForwardStarSetup Interface