Documentação da API > Drawings and detail > Object ProDtlsyminst > Function ProDtlsyminstSolidSymGet
Function ProDtlsyminstSolidSymGet
Description
Get the owner symbol instance in the solid model from the symbol instance cosmetic.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstSolidSymGet
(
ProDtlsyminst* syminst
/* (In)
valid symbol.
*/
ProDtlsyminst* solid_sym
/* (Out)
The owner symbol instance
*/
)
Returns
The function completed successfully.
The input argument is invalid.
No owner symbol instance found.
Isto foi útil?