Function ProSubstitutionInit
Description
Initializes a ProSubstitution structure.
NOTE:
Operates on assemblies only, not parts.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprepdata.h>
ProSubstitutionInit
(
/* (In)
The type of substitution.
*/
int path_size
/* (In)
Set this to PRO_VALUE_UNUSED to specify substitution with a simplified representation.
*/
ProIdTable subst_path
/* (In)
The path to the substitution component.
*/
ProSimprep* p_simp_rep
/* (In)
The handle to the simplified representation (used with PRO_SUBST_PRT_REP or PRO_SUBST_ASM_REP).
*/
/* (Out)
The initialized substitution data.
*/
)
Returns
The function successfully initialized the structure.
One or more of the input arguments are invalid.
Sample Code References
これは役に立ちましたか?