AVEVA OMI Software Developer Kit



graphic control
owning object
SetOwningObject Method
Sets the owningobject for the given Graphic control.
Syntax
'Declaration
 
Public MustOverride Sub SetOwningObject( _
   ByVal frameworkElement As FrameworkElement, _
   ByVal owningObject As String _
) 
'Usage
 
Dim instance As GraphicControlFactory
Dim frameworkElement As FrameworkElement
Dim owningObject As String
 
instance.SetOwningObject(frameworkElement, owningObject)
public abstract void SetOwningObject( 
   FrameworkElement frameworkElement,
   string owningObject
)
public:
abstract void SetOwningObject( 
   FrameworkElement^ frameworkElement,
   String^ owningObject
) 

Parameters

frameworkElement
graphic control
owningObject
owning object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also