ArcFM Responder Mobile Developer Guide
GetCodedValueDomainItem(String,Object) Method






Gets the domain item.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItem( _
   ByVal domainName As System.String, _
   ByVal code As System.Object _
) As CodedValueDomainItem
'Usage
 
Dim domainName As System.String
Dim code As System.Object
Dim value As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItem(domainName, code)
public static CodedValueDomainItem GetCodedValueDomainItem( 
   System.string domainName,
   System.object code
)
public function GetCodedValueDomainItem( 
    domainName: System.String;
    code: System.TObject
): CodedValueDomainItem; static; 
public static function GetCodedValueDomainItem( 
   domainName : System.String,
   code : System.Object
) : CodedValueDomainItem;
public: static CodedValueDomainItem* GetCodedValueDomainItem( 
   System.string* domainName,
   System.Object* code
) 
public:
static CodedValueDomainItem^ GetCodedValueDomainItem( 
   System.String^ domainName,
   System.Object^ code
) 

Parameters

domainName
code
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodedValueUtilities Class
CodedValueUtilities Members
Overload List

Send Feedback