This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkWorkspace2 Interface > INetworkWorkspace2.GetMaxStorableClassID Method (ArcObjects .NET 10.4 SDK) |
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,
long* maxClassID
);
[C++]
Parameters formatNum [in] formatNum is a parameter of type long maxClassID [out, retval] maxClassID is a parameter of type long