ArcFM Mobile Developer Guide
FindValueInDomain Method


Version: 10.2.1a

Resource Center Home

Gets the domain item.
Syntax
'Declaration
 
Public Shared Function FindValueInDomain( _
   ByVal code As Object, _
   ByVal domainItems() As CodedValueDomainItem _
) As CodedValueDomainItem
'Usage
 
Dim code As Object
Dim domainItems() As CodedValueDomainItem
Dim value As CodedValueDomainItem
 
value = CodedValueUtilities.FindValueInDomain(code, domainItems)
public static CodedValueDomainItem FindValueInDomain( 
   object code,
   CodedValueDomainItem[] domainItems
)

Parameters

code
domainItems
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

 

 


Send Comment