ArcFM Mobile Developer Guide
GetCodedValueDomainItemsSortedByDescription(String) Method


Version: 10.2.1a

Resource Center Home

Domain to return.
Gets the domain items sorted by description.
Syntax
'Declaration
 
Public Overloads Shared Function GetCodedValueDomainItemsSortedByDescription( _
   ByVal domainName As String _
) As CodedValueDomainItem()
'Usage
 
Dim domainName As String
Dim value() As CodedValueDomainItem
 
value = CodedValueUtilities.GetCodedValueDomainItemsSortedByDescription(domainName)
public static CodedValueDomainItem[] GetCodedValueDomainItemsSortedByDescription( 
   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