CreateAxisControlGroup

IAxisControlGroup IController.CreateAxisControlGroup(string name, IAxisControl[] axes, ITemplate template = null)

Creates an axis control group with the specified name, using the specified axes and template.

Parameters
  • name – Name of the new axis control group.

  • axes – Axis controls that will be part of the new axis control group.

  • template – Template used to create the axis control group.

Returns

IAxisControlGroup – Created axis control group.

Throws