ArcFM Desktop Developer Guide
GetDuctValueIfUnique Method


Syntax
'Declaration
 
Public Shared Function GetDuctValueIfUnique( _
   ByVal pDuctBankConfig As IMMDuctBank, _
   ByVal pTable As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal sFieldName As String _
) As String
'Usage
 
Dim pDuctBankConfig As IMMDuctBank
Dim pTable As ESRI.ArcGIS.Geodatabase.ITable
Dim sFieldName As String
Dim value As String
 
value = CommonModule.GetDuctValueIfUnique(pDuctBankConfig, pTable, sFieldName)
public static string GetDuctValueIfUnique( 
   IMMDuctBank pDuctBankConfig,
   ESRI.ArcGIS.Geodatabase.ITable pTable,
   string sFieldName
)

Parameters

pDuctBankConfig
pTable
sFieldName
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