Responder Developer Guide
Add(Object[]) Method


Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray values() As Object _
) 
'Usage
 
Dim instance As TupleCollection
Dim values() As Object
 
instance.Add(values)
public void Add( 
   params object[] values
)

Parameters

values
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

TupleCollection Class
TupleCollection Members
Overload List

 

 


Send Comment