ArcFM Responder Mobile Developer Guide
GetCodedValueDomainItems(String) Method






Gets the domains items in the given domain.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItems( _
   ByVal domainName As System.String _
) As CodedValueDomainItem()
'Usage
 
Dim domainName As System.String
Dim value() As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItems(domainName)
public static CodedValueDomainItem[] GetCodedValueDomainItems( 
   System.string domainName
)
public function GetCodedValueDomainItems( 
    domainName: System.String
): array of CodedValueDomainItem; static; 
public static function GetCodedValueDomainItems( 
   domainName : System.String
) : CodedValueDomainItem[];
public: static CodedValueDomainItem*[]* GetCodedValueDomainItems( 
   System.string* domainName
) 
public:
static array<CodedValueDomainItem^>^ GetCodedValueDomainItems( 
   System.String^ domainName
) 

Parameters

domainName
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