API 文件集 > Selection > Object ProSelection > Function ProSelectionDepthGet
Function ProSelectionDepthGet
Description
Gets the selection depth, in screen coordinates.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionDepthGet
(
ProSelection selection
/* (In)
The selection object
*/
double* depth
/* (Out)
The selection depth, in screen coordinates
*/
)
Returns
The function successfully retrieved the information.
The selection or depth is NULL.
The selection argument is an invalid pointer.
Sample Code References
這是否有幫助?