API 文件集 > Geometry items > Object ProEdge > Function ProEdgeIdGet
Function ProEdgeIdGet
Description
Retrieves the identifier of the edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeIdGet
(
ProEdge edge
/* (In)
The edge handle
*/
int* p_id
/* (Out)
The returned identifier of the edge
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
這是否有幫助?