ArcFM Mobile Developer Guide
GetCodedValueDomainItemsSortedByCode(TaskFieldViewModel,String) Method


Version: 10.2.1b

Resource Center Home

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

Parameters

taskField
Task field to find the element.
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