Description
This method allows you to create an interaction object.
Syntax
Interaction = CreateInteraction( InteractionType );
|
Input: (InteractionType) InteractionType |
An interaction type. |
|
Return: (IInteraction) Interaction |
Created interaction. |
Example
If an anrgument InteractionType was set to cmArrowFig then return value of this method will be pointer to interface of IArrowFigure object.