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.