CATStrUseItf Interface CATIStrUseUserConnectionMngt

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIStrUseUserConnectionMngt

Interface to manage UserConnections of Member Role: Allows to manage UserConnection.
Feature implementing this interface: Member.


Method Index


o AddUserConnection(CATIMmiMechanicalFeature_var&)
Create an UserConnection under this Member.
o GetUserConnections(CATLISTV(CATIMmiMechanicalFeature_var)&)
Get the UserConnections that are inside this object.
o RemoveUserConnection(CATIMmiMechanicalFeature_var&)
Remove the UserConnection of this Member.

Methods


o AddUserConnection
public virtual AddUserConnection( ospUserConnection)
Create an UserConnection under this Member. See CATIStrUseUserConnection interface.
Parameters:
ospUserConnection
UserConnection.
o GetUserConnections
public virtual GetUserConnections( oListOfUserConnections)
Get the UserConnections that are inside this object. See CATISfdUserConnection interface.
Parameters:
oListOfUserConnections
List of User Connections.
o RemoveUserConnection
public virtual RemoveUserConnection( const ispUserConnection)
Remove the UserConnection of this Member.
Parameters:
ispUserConnection
UserConnection.

This object is included in the file: CATIStrUseUserConnectionMngt.h
If needed, your Imakefile.mk should include the module: CATStrUseItf

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.