ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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