ArcFM Responder Mobile Developer Guide
AddCode(String,Object) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub AddCode( _
   ByVal description As System.String, _
   ByVal code As System.Object _
) 
'Usage
 
Dim instance As CodedValueDomain
Dim description As System.String
Dim code As System.Object
 
instance.AddCode(description, code)
public virtual void AddCode( 
   System.string description,
   System.object code
)
public procedure AddCode( 
    description: System.String;
    code: System.TObject
); virtual; 
public function AddCode( 
   description : System.String,
   code : System.Object
);
public: virtual void AddCode( 
   System.string* description,
   System.Object* code
) 
public:
virtual void AddCode( 
   System.String^ description,
   System.Object^ code
) 

Parameters

description
code
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodedValueDomain Class
CodedValueDomain Members
Overload List

Send Feedback