ArcFM Server Developer Guide
AddCode Method


Syntax
'Declaration
 
Public Overridable Sub AddCode( _
   ByVal Value As Object, _
   ByVal Name As String _
) 
'Usage
 
Dim instance As MMCodedValueDomainClass
Dim Value As Object
Dim Name As String
 
instance.AddCode(Value, Name)
public virtual void AddCode( 
   object Value,
   string Name
)

Parameters

Value
Name
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

MMCodedValueDomainClass Class
MMCodedValueDomainClass Members

 

 


Send Comment