ArcFM Responder Mobile Developer Guide
ResponderTables Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal configurator As DataSetConfig, _
   ByVal useRepresents As System.Boolean _
)
'Usage
 
Dim configurator As DataSetConfig
Dim useRepresents As System.Boolean
 
Dim instance As New ResponderTables(configurator, useRepresents)
public ResponderTables( 
   DataSetConfig configurator,
   System.bool useRepresents
)
public ResponderTables( 
    configurator: DataSetConfig;
    useRepresents: System.Boolean
); 
public function ResponderTables( 
   configurator : DataSetConfig,
   useRepresents : System.boolean
);
public: ResponderTables( 
   DataSetConfig* configurator,
   System.bool useRepresents
)
public:
ResponderTables( 
   DataSetConfig^ configurator,
   System.bool useRepresents
)

Parameters

configurator
useRepresents
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

ResponderTables Class
ResponderTables Members

Send Feedback