| Description |
| Gets the location of the specified CL command. |
| Synopsis |
| #include <ProClCmd.h> |
| ProBoolean | (*ProClCommandGetLocAction) | ( |
| ProFeature* pro_feat | |
| /*
(In) |
| The feature |
| */ |
| wchar_t* command[512] | |
| /*
(In) |
| The CL command whose location to get |
| */ |
| int num_cmd_lines | |
| /*
(In) |
| The number of lines in the CL command |
| */ |
| ProPoint3d location | |
| /*
(Out) |
| The location |
| */ |
| ) |
| Returns |
|
| PRO_B_TRUE | | The function found the specified CL command and return its location. |
| PRO_B_FALSE | | The function did not find the specified CL command. |
|