ESRI.ArcGIS.ADF.Web
CodedValueInfo Constructor(Int32,Object,String)
See Also 
ESRI.ArcGIS.ADF.Web.Display Namespace > CodedValueInfo Class > CodedValueInfo Constructor : CodedValueInfo Constructor(Int32,Object,String)




subtypeCode
Subtype code associated with the domain.
domainCode
Code from domain.
domainDescription
Description from domain.
Parameterized constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal subtypeCode As Integer, _
   ByVal domainCode As Object, _
   ByVal domainDescription As String _
)
Visual Basic (Usage)Copy Code
Dim subtypeCode As Integer
Dim domainCode As Object
Dim domainDescription As String
 
Dim instance As CodedValueInfo(subtypeCode, domainCode, domainDescription)
C# 
public CodedValueInfo( 
   int subtypeCode,
   object domainCode,
   string domainDescription
)

Parameters

subtypeCode
Subtype code associated with the domain.
domainCode
Code from domain.
domainDescription
Description from domain.

See Also

© 2010 All Rights Reserved.