Responder Developer Guide
CodedDomain Constructor(String,ColumnTypeList,String,IDictionary,Boolean)


The domain name.
The data type of items in the domain.
The name of the resource assembly containing images for domain items.
The list of domain items.
If true, a 'none' item is added to the beginning of the list.
Initializes an instance of the CodedDomain class manually.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As ColumnTypeList, _
   ByVal resourceAssembly As String, _
   ByVal domainPairs As IDictionary, _
   ByVal noneItemFirst As Boolean _
)
'Usage
 
Dim name As String
Dim dataType As ColumnTypeList
Dim resourceAssembly As String
Dim domainPairs As IDictionary
Dim noneItemFirst As Boolean
 
Dim instance As New CodedDomain(name, dataType, resourceAssembly, domainPairs, noneItemFirst)
public CodedDomain( 
   string name,
   ColumnTypeList dataType,
   string resourceAssembly,
   IDictionary domainPairs,
   bool noneItemFirst
)

Parameters

name
The domain name.
dataType
The data type of items in the domain.
resourceAssembly
The name of the resource assembly containing images for domain items.
domainPairs
The list of domain items.
noneItemFirst
If true, a 'none' item is added to the beginning of the list.
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

CodedDomain Class
CodedDomain Members
Overload List

 

 


Send Comment