|
IAssInstance::CreateProcedure
Description
This method creates the assembly procedures that allow you to add new instances to an assembly and connect an instance to an instance in a current assembly.
Syntax
Procedure = CreateProcedure( Type );
Input: (AssProcedureType) Type Type of created procedure. Return: (IMdProcedure) Procedure Created procedure.
|