CATStrUseItf Interface CATISrmUseProxyTool
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISrmUseProxyTool
Interface to manage the Proxy tool.
Method Index
- o
GetProxies(CATListValCATIMmiMechanicalFeature_var&)
- Retrieved the proxies under the proxy tool.
- o
MoveProxy(CATIMmiMechanicalFeature_var&)
- Move the proxy under the proxy tool from IN to OUT or viceversa.
- o
RemoveProxy(CATIMmiMechanicalFeature_var&)
- Remove the proxy under the proxy tool.
Methods
o GetProxies
public virtual GetProxies( | | oListOfProxies) |
-
Retrieved the proxies under the proxy tool.
- Parameters:
-
- oListOfProxies
- List of proxies under the proxy tool.
o MoveProxy
public virtual MoveProxy( | const | iProxy) |
-
Move the proxy under the proxy tool from IN to OUT or viceversa.
- Parameters:
-
- iProxy
- input proxy object to move.
o RemoveProxy
public virtual RemoveProxy( | const | iProxy) |
-
Remove the proxy under the proxy tool.
- Parameters:
-
- iProxy
- input proxy object to remove.
This object is included in the file: CATISrmUseProxyTool.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.