Responder Developer Guide
SetElement Method


Syntax
'Declaration
 
Public Shared Sub SetElement( _
   ByVal name As String, _
   ByVal element As UIElement _
) 
'Usage
 
Dim name As String
Dim element As UIElement
 
GlobalVisuals.SetElement(name, element)
public static void SetElement( 
   string name,
   UIElement element
)

Parameters

name
element
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GlobalVisuals Class
GlobalVisuals Members

 

 


Send Comment