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


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

INetworkForwardStarSetup.RestrictionCount Property

Number of restriction network attributes applied to the NetworkForwardStar object.

[Visual Basic .NET]
Public ReadOnly Property RestrictionCount As Integer
[C#]
public int RestrictionCount {get;}
[C++]
HRESULT get_RestrictionCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count 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 RestrictionAttributeCount property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface