Documentação da API > Features > Object ProFeature > Function ProFeatureDtlsyminstGet
Function ProFeatureDtlsyminstGet
Description
Return the detail symbol instance that represents a shown solid model symbol.
Synopsis
#include <ProFeature.h>
ProFeatureDtlsyminstGet
(
ProFeature* symbol_owner
/* (In)
The feature (i.e. weld feature) that will produce the symbol.
*/
ProDrawing drawing
/* (In)
The drawing where the note is displayed.
*/
ProDtlsyminst* symbol_instance
/* (Out)
The symbol instance that displays the solid model symbol.
*/
)
Returns
The function successfully retrieved the symbol instance.
One or more input arguments is invalid.
The solid model is not contained in the drawing.
The symbol is not displayed in the drawing.
User Guide References
Isto foi útil?