CATStrUseItf Interface CATISfdUseConnectionSet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISfdUseConnectionSet
Interface to manage the connections.
Role: Interface to manage the structure object connectivities.
Using this prefered syntax will enable mkdoc to document your class.
Method Index
- o
GetConnections(CATLISTV(CATIMmiMechanicalFeature_var)&)
- Get all the connections from the ConnecionsSet.
- o
UpdateConnectionsSet(int&,int&,int&)
- Update the connectionsSet.
Methods
o GetConnections
public virtual GetConnections( | | oListOfCntns) |
-
Get all the connections from the ConnecionsSet.
- Parameters:
-
- oListOfCntns
- Output list of connections
o UpdateConnectionsSet
public virtual UpdateConnectionsSet( | | oUpdatedCnx, |
| | oRemovedCnx, |
| | oUnkown) |
-
Update the connectionsSet.
- Parameters:
-
- oUpdatedCnx
- Output the number of updated connections.
- oRemovedCnx
- Output the number of removed connections.
- oUnkown
- Output the number of unknown status connections.
This object is included in the file: CATISfdUseConnectionSet.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.