ArcFM Server Developer Guide
GetDomainDescription Method


Syntax
'Declaration
 
Public Shared Function GetDomainDescription( _
   ByVal pTable As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal lFieldIndex As Integer, _
   ByVal strCode As String, _
   Optional ByVal lSubtypeCode As Integer _
) As String
'Usage
 
Dim pTable As ESRI.ArcGIS.Geodatabase.ITable
Dim lFieldIndex As Integer
Dim strCode As String
Dim lSubtypeCode As Integer
Dim value As String
 
value = CommonModule.GetDomainDescription(pTable, lFieldIndex, strCode, lSubtypeCode)
public static string GetDomainDescription( 
   ESRI.ArcGIS.Geodatabase.ITable pTable,
   int lFieldIndex,
   string strCode,
   int lSubtypeCode
)

Parameters

pTable
lFieldIndex
strCode
lSubtypeCode
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

CommonModule Class
CommonModule Members

 

 


Send Comment