API 文件集 > Drawings and detail > Object ProDtlgroupdata > Function ProDtlgroupdataIdGet
Function ProDtlgroupdataIdGet
Description
Get group Id .
Synopsis
#include <ProDtlgroup.h>
ProDtlgroupdataIdGet
(
ProDtlgroupdata groupdata
/* (In)
The group data.
*/
int* id
/* (Out)
The group id
*/
)
Returns
The function successfully retrieved id.
Bad one or more input arguments.
Sample Code References
這是否有幫助?