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 > INetworkForwardStarEx Interface > INetworkForwardStarEx.RestrictionAttributeCount Property (ArcObjects .NET 10.5 SDK) |
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
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.