Sets new local alias values for the currently loaded display.

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

Syntax

C#
public bool SetAliasValues(
	AliasCommandType aliasCommandType,
	string aliasCommandData,
	WindowTargetType targetType,
	string targetName,
	string visualObjectName
)
Visual Basic
Public Function SetAliasValues ( _
	aliasCommandType As AliasCommandType, _
	aliasCommandData As String, _
	targetType As WindowTargetType, _
	targetName As String, _
	visualObjectName As String _
) As Boolean
JScript
public final function SetAliasValues(
	aliasCommandType : AliasCommandType, 
	aliasCommandData : String, 
	targetType : WindowTargetType, 
	targetName : String, 
	visualObjectName : String
) : boolean

Parameters

aliasCommandType
Type: Ico.Gwx..::..AliasCommandType
The alias command type. See AliasCommandType.
aliasCommandData
Type: System..::..String
The alias command data. See AliasCommandType.
targetType
Type: Ico.Gwx..::..WindowTargetType
See Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
targetName
Type: System..::..String
See Open(String, WindowTargetType, String, GwxWindowProperties, AliasCommandType, String, String).
visualObjectName
Type: System..::..String
The Name of a 2D or 3D visual object. If no name is specified, this method will set local aliases for the entire display. If no visual object is found with the specified name, this method does nothing.

Return Value

True for success, false otherwise.

Implements

IGwxControlSetAliasValues(AliasCommandType, String, WindowTargetType, String, String)

See Also