ICommandFactory.CreateCommand

ICommandFactory.CreateCommand method

Create a new command instance

public Command CreateCommand(int elementId, int elementClass, CgmFile container)
ParameterTypeDescription
elementIdInt32The command Id
elementClassInt32The command class
containerCgmFileThe parent container

See Also