ESRI.ArcGIS.ADF.Web
CodedValueInfo Constructor(Int32,Object,String)
See Also  Send Feedback
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 New 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.