Sets the global aliases for this Viewer control.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool SetGlobalAliases(
string globalAliases
) |
Visual Basic |
---|
Public Function SetGlobalAliases ( _
globalAliases As String _
) As Boolean |
JScript |
---|
public final function SetGlobalAliases(
globalAliases : String
) : boolean |
Parameters
- globalAliases
- Type: System..::..String
The global aliases to set.
Return Value
True if the aliases are set, false otherwise.
Implements
IGwxControlSetGlobalAliases(String)See Also