API 文件集 > Features > Object ProFeature > Function ProFeatureElemDimensionIdGet
Function ProFeatureElemDimensionIdGet
Description
Retrieves the dimension identifier of the specified element. Note that the element cannot be a compound element.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureElemDimensionIdGet
(
ProFeature* feature
/* (In)
The feature
*/
ProElempath elempath
/* (In)
The path to the element
*/
int* p_dimension_id
/* (Out)
The dimension identifier
*/
)
Returns
The function successfully retrieved the dimension identifier.
One or more of the input arguments are invalid.
See Also
Sample Code References
User Guide References
這是否有幫助?