Sets local aliases in the display based on the specified command data.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetAliasValues(
	AliasCommandType commandType,
	string commandData
)
Visual Basic
Public Sub SetAliasValues ( _
	commandType As AliasCommandType, _
	commandData As String _
)
JScript
public function SetAliasValues(
	commandType : AliasCommandType, 
	commandData : String
)

Parameters

commandType
Type: Ico.Gwx..::..AliasCommandType
The type of set local aliases command to be performed.
commandData
Type: System..::..String
The data for the command. This value is either the name of a CSV file, or a text string in CSV format. The CSV data should be alias-name/alias-value pairs.

See Also