ArcFM Responder Mobile Developer Guide
GetCodedValueDomainItem(TaskFieldElementViewModel) Method






Gets the domain item based on the element's value and domain.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItem( _
   ByVal fieldElement As TaskFieldElementViewModel _
) As CodedValueDomainItem
'Usage
 
Dim fieldElement As TaskFieldElementViewModel
Dim value As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItem(fieldElement)
public static CodedValueDomainItem GetCodedValueDomainItem( 
   TaskFieldElementViewModel fieldElement
)
public function GetCodedValueDomainItem( 
    fieldElement: TaskFieldElementViewModel
): CodedValueDomainItem; static; 
public static function GetCodedValueDomainItem( 
   fieldElement : TaskFieldElementViewModel
) : CodedValueDomainItem;
public: static CodedValueDomainItem* GetCodedValueDomainItem( 
   TaskFieldElementViewModel* fieldElement
) 
public:
static CodedValueDomainItem^ GetCodedValueDomainItem( 
   TaskFieldElementViewModel^ fieldElement
) 

Parameters

fieldElement
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