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


INetworkCollection2.GetMaxStorableClassID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkCollection2 Interface > INetworkCollection2.GetMaxStorableClassID Method
ArcGIS Developer Help

INetworkCollection2.GetMaxStorableClassID Method

Returns the maximum storable feature class ID for the given format number.

[Visual Basic .NET]
Public Function GetMaxStorableClassID ( _
    ByVal formatNum As Integer _
) As Integer
[C#]
public int GetMaxStorableClassID (
    int formatNum
);
[C++]
HRESULT GetMaxStorableClassID(
  long formatNum
);
[C++]
Parameters
formatNum [in]

formatNum is a parameter of type long

Product Availability

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

See Also

INetworkCollection2 Interface