All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface ENOVIUEVolumeComputing
Usage: you can freely reimplement this interface.
interface ENOVIUEVolumeComputing
User Exit to manage the items used to calculate object volume.
Role: Interface to be implemented in order to define
the participation of the item inside the volume calculation.
Method Index
- o
Participate()
- Method to define the participation of the item inside the volume calculation.
Methods
o Participate
| public virtual Participate( | ) |
-
Method to define the participation of the item inside the volume calculation.
- Returns:
- An HRESULT.
Legal values:
- S_OK
- The item participates in the volume calculation.
- S_FALSE
- The item does not participate in the volume calculation.
- FAILED
- An ERROR occured.
This object is included in the file: ENOVIUEVolumeComputing.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces