ArcFM Server Developer Guide
GetDuctValueFromDuctDefIfUnique Method


Syntax
'Declaration
 
Public Shared Sub GetDuctValueFromDuctDefIfUnique( _
   ByVal pList As ID8List, _
   ByVal sModelName As String, _
   ByRef sValue As String _
) 
'Usage
 
Dim pList As ID8List
Dim sModelName As String
Dim sValue As String
 
CommonModule.GetDuctValueFromDuctDefIfUnique(pList, sModelName, sValue)
public static void GetDuctValueFromDuctDefIfUnique( 
   ID8List pList,
   string sModelName,
   ref string sValue
)

Parameters

pList
sModelName
sValue
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