ArcFM Desktop Developer Guide
GetClassName Method


Returns the feature class name of this class, if available. Otherwise, the classID is returned as a string.
Syntax
'Declaration
 
Public Function GetClassName( _
   ByVal classID As Integer _
) As String
'Usage
 
Dim instance As GdbConfiguration
Dim classID As Integer
Dim value As String
 
value = instance.GetClassName(classID)
public string GetClassName( 
   int classID
)

Parameters

classID
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GdbConfiguration Class
GdbConfiguration Members

 

 


Send Comment