CAViewer::GetCompIndex
CAViewer class
Gets the current component index values.
- BOOL GetCompIndex(
long *XComp,
long *YComp,
long *ZComp,
long *WComp
);
Parameters
- XComp
-
A pointer to long that receives the X component index value.
- YComp
-
A pointer to long that receives the Y component index value.
- ZComp
-
A pointer to long that receives the Z component index value.
- WComp
-
A pointer to long that receives the W component index value.
Return Value
Returns TRUE if the operation is successful; otherwise, FALSE.
See Also
CAViewer::SetCompIndex