This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.Restriction Property (ArcObjects .NET 10.5 SDK) |
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
This property has been superceded by the RestrictionAttribute property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.