API 文档 > Geometry items > Object ProGeomitem > Function ProGeomitemFeatureGet
Function ProGeomitemFeatureGet
Description
Retrieves the feature that creates the specified geometry item.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGeomitem.h>
ProGeomitemFeatureGet
(
ProGeomitem* p_geom_item
/* (In)
The item handle
*/
ProFeature* p_feat_handle
/* (Out)
The feature that creates the geometry item
*/
)
Returns
The function successfully retrieved the feature.
The input argument is invalid.
Sample Code References
这对您有帮助吗?