Interfaces > Core Interfaces > ChannelInfo |
The ChannelInfo Core Interface provides access to the new Map Channel system and the Map Channel Info dialog.
Enables/Disables the sub-component display. Corresponds to the SubComp button in the Map Channel Info dialog.
Sets the state of the Lock button in the Map Channel Info dialog.
Opens the Map Channel Info dialog.
Copies the specified channel of specified channel type in the supplied node.
Possible channelType values are:
<void>ChannelInfo.CopySubChannel <node>node <integer>channelType <integer>channel <integer>subchannel
Copies the specified sub-channel of the supplied channel of specified channel type in the given node.
Possible channelType values are:
Pastes the specified channel of specified channel type in the supplied node.
Possible channelType values are:
<void>ChannelInfo.PasteSubChannel <node>node <integer>channelType <integer>channel <integer>subchannel
Pastes the specified sub-channel of the supplied channel of specified channel type in the given node.
Possible channelyTpe values are:
Adds a new channel to the specified node.
Clears the specified channel from the given node.
Renames the specified channel of the supplied type in the given node to the provided string.
Possible channelType values are:
<void>ChannelInfo.NameSubChannel <node>node <integer>channelType <integer>channel <integer>subchannel <string>name
Renames the specified sub-channel of the specified channel of the supplied type in the given node to the provided string.
Possible channelType values are:
Updates the Map Channel Info dialog. Corresponds to pressing the Update button in the Map Channel Info dialog.
Closes the Map Channel Info dialog.
Returns true if the Map Channel Info dialog is open, false otherwise.