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


INetworkForwardStarEx.RestrictionAttributeCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarEx Interface > INetworkForwardStarEx.RestrictionAttributeCount Property
ArcGIS Developer Help

INetworkForwardStarEx.RestrictionAttributeCount Property

Number of restriction network attributes currently applied to the NetworkForwardStar object.

[Visual Basic .NET]
Public ReadOnly Property RestrictionAttributeCount As Integer
[C#]
public int RestrictionAttributeCount {get;}
[C++]
HRESULT get_RestrictionAttributeCount(
  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

RestrictionAttributeCount retrieves the number of restriction attributes that have been applied to the NetworkForwardStar object. This count can be used to set up an iteration of the applied restriction attributes.

See Also

INetworkForwardStarEx Interface