All Frameworks Class Hierarchy This Framework Indexes
SimulationInterfaces Interface CATIReplayChannel
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIReplayChannel
Read general information on a replay channel.
A channel describes the evolution of one property over time.
It is made of samples : each sample contains the parameters of the property at a given time.
Method Index
- o
GetNumberOfSample(int*)
- Read the number of samples referenced in the channel.
- o
GetSampleTime(int,double*)
- Read the time of one channel's sample.
Methods
o GetNumberOfSample
| public virtual GetNumberOfSample( | | oNumber) |
-
Read the number of samples referenced in the channel.
- Parameters:
-
- oNumber
- The number of samples.
- Returns:
- HRESULT
o GetSampleTime
| public virtual GetSampleTime( | | iIndex, |
| | oTime) |
-
Read the time of one channel's sample.
- Parameters:
-
- iIndex
- The index of the sample. This index must be greater or equal to 1 and lower or equal to the number of samples.
- oTime
- Time of the sample.
- Returns:
- HRESULT
This object is included in the file: CATIReplayChannel.h
If needed, your Imakefile.mk should include the module: CATSimulationInterfaces