ArcFM Responder Mobile Developer Guide
ResponderRelations 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 ResponderRelations(configurator, useRepresents)
public ResponderRelations( 
   DataSetConfig configurator,
   System.bool useRepresents
)
public ResponderRelations( 
    configurator: DataSetConfig;
    useRepresents: System.Boolean
); 
public function ResponderRelations( 
   configurator : DataSetConfig,
   useRepresents : System.boolean
);
public: ResponderRelations( 
   DataSetConfig* configurator,
   System.bool useRepresents
)
public:
ResponderRelations( 
   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

ResponderRelations Class
ResponderRelations Members

Send Feedback