ArcObjects Library Reference (GeoDatabase)  

INetworkWorkspace2.FormatNumber Property

The specified format number.

[Visual Basic .NET]
Public Function get_FormatNumber ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_FormatNumber (
    int Index
);
[C++]
HRESULT get_FormatNumber(
  long Index,
  long* formatNum
);
[C++]

Parameters

Index [in]   Index is a parameter of type long formatNum [out, retval]   formatNum is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkWorkspace2 Interface