ArcObjects Library Reference (GeoDatabase)  

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(
  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.

See Also

INetworkWorkspace2 Interface