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.RestrictionCount Property (ArcObjects .NET 10.5 SDK) |
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(
long* Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long
This property has been superceded by the RestrictionAttributeCount property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.