System Interface CATIAutomationResolution
Usage: you can freely reimplement this interface.
interface CATIAutomationResolution
Interface for the resolution mechanism of the macros generation.
Role:
This interface must be implemented by objects that want to specify a custom
access path in the Automation container-content hierarchy.
It contains a single method which generates a CATIScriptMethodCall.
This generated object describes how to access the object from its container.
- See also:
- , ,
Method Index
- o
GetResolution(CATIScriptMethodCall*&,CATBaseDispatch*)
- Retrieves the resolution of the object.
Methods
o GetResolution
public virtual GetResolution( | | oResolution, |
| | iObjectToResolve) |
-
Retrieves the resolution of the object.
Role:
Retrieves a CATIScriptMethodCall which describes how
to access the object from its container.
- Parameters:
-
- oResolution
- The returned method call that describes the resolution of the object.
- iObjectToResolve
- The object to resolve.
This parameter can be used to delegate the resolution of an object to another one.
- Returns:
- S_OK if the operation succeeded, E_FAIL otherwise.
This object is included in the file: CATIAutomationResolution.h
If needed, your Imakefile.mk should include the module: JS0GROUP
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.