Description
This function allows you to get the parameters with which a specific component was added to an assembly.
Syntax
Status = GetAddDefinitions ( iAssInst, oAddPosition, oParentInstance );
|
Input: (AssInstance) iAssInst |
A component with which to get add parameters. |
|
Input: (Variant) oAddPosition |
The position where a component was placed in an assembly. |
|
Input: (AssInstance) oParentInstance |
The parent component under which a component was placed in an assembly. |
|
Return: (Boolean) Status |
TRUE if parameters retrieve was successful. |