Sets the alias value of the local alias item that has the specified alias name (if there is one) for
the specified visual object.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetAliasValue(
DependencyObject visualObject,
string aliasName,
string aliasValue
) |
Visual Basic |
---|
Public Sub SetAliasValue ( _
visualObject As DependencyObject, _
aliasName As String, _
aliasValue As String _
) |
JScript |
---|
public function SetAliasValue(
visualObject : DependencyObject,
aliasName : String,
aliasValue : String
) |
Parameters
- visualObject
- Type: System.Windows..::..DependencyObject
A 2D or 3D visual object.
- aliasName
- Type: System..::..String
The name of the alias item.
- aliasValue
- Type: System..::..String
The alias value to set.
See Also