Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GwxDynamicGroup GetDynamicGroupFromTargetName(
string targetName
) |
Visual Basic |
---|
Public Function GetDynamicGroupFromTargetName ( _
targetName As String _
) As GwxDynamicGroup |
JScript |
---|
public function GetDynamicGroupFromTargetName(
targetName : String
) : GwxDynamicGroup |
Parameters
- targetName
- Type: System..::..String
Name (ID) of the visual object that is associated with the GwxDynamicGroup to look for.
Return Value
A
GwxDynamicGroup if found, null if not found.
See Also