API Documentation > Assembly > Object ProAsmcomp > Function ProAsmcompSubstitutionTypeGet
Function ProAsmcompSubstitutionTypeGet
Description
if given component is substituted one then give type of substitution performed on it.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProAsmcompSubstitutionTypeGet
(
ProSimprep* p_simp_rep
/* (In)
The handle to the simplified representation.
*/
ProAsmcomppath* path_to_orig_comp
/* (In)
The component path, which is being substituted, including component id (may NOT be NULL).
*/
ProSubstType* substituteType
/* (Out)
Type of substitution peformed on component.
*/
)
Returns
The function works fine.
One or more of the arguments are invalid.
The component is not a substitute.
User Guide References
Was this helpful?