ArcFM Mobile Developer Guide
GetCodedValueDomainItemsSortedByCode(String) Method


Version: 10.2.1b

Resource Center Home

Domain to return.
Gets the domain items sorted by code.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItemsSortedByCode( _
   ByVal domainName As String _
) As CodedValueDomainItem()
'Usage
 
Dim domainName As String
Dim value() As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItemsSortedByCode(domainName)
public static CodedValueDomainItem[] GetCodedValueDomainItemsSortedByCode( 
   string domainName
)

Parameters

domainName
Domain to return.
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