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


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

INetworkWorkspace2.FormatNumberCount Property

The count of valid format numbers.

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

See Also

INetworkWorkspace2 Interface