ArcFM Mobile Developer Guide
GetCodedValueDomainItem(TaskViewModel,String) Method


Version: 10.2.1b

Resource Center Home

Task to find the field.
Field model name to identify the field.
Gets the domain item based on the field's value and domain.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItem( _
   ByVal task As TaskViewModel, _
   ByVal fieldModelName As String _
) As CodedValueDomainItem
'Usage
 
Dim task As TaskViewModel
Dim fieldModelName As String
Dim value As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItem(task, fieldModelName)
public static CodedValueDomainItem GetCodedValueDomainItem( 
   TaskViewModel task,
   string fieldModelName
)

Parameters

task
Task to find the field.
fieldModelName
Field model name to identify the field.
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

CodedValueUtilities Class
CodedValueUtilities Members
Overload List

 

 


Send Comment