ArcFM Mobile Developer Guide
GetCodedValueDomainItemsSortedByDescription(TaskViewModel,String,String) Method


Version: 10.2.1b

Resource Center Home

Task to find the element.
Field model name to identify the field.
Element model name to identify the element.
Gets the domain items sorted by description.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItemsSortedByDescription( _
   ByVal task As TaskViewModel, _
   ByVal fieldModelName As String, _
   ByVal fieldElementName As String _
) As CodedValueDomainItem()
'Usage
 
Dim task As TaskViewModel
Dim fieldModelName As String
Dim fieldElementName As String
Dim value() As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItemsSortedByDescription(task, fieldModelName, fieldElementName)
public static CodedValueDomainItem[] GetCodedValueDomainItemsSortedByDescription( 
   TaskViewModel task,
   string fieldModelName,
   string fieldElementName
)

Parameters

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