ArcFM Desktop Developer Guide
SetPosition Method


Syntax
'Declaration
 
Public Sub SetPosition( _
   ByVal left As Double, _
   ByVal top As Double _
) 
'Usage
 
Dim instance As DraggedAdorner
Dim left As Double
Dim top As Double
 
instance.SetPosition(left, top)
public void SetPosition( 
   double left,
   double top
)

Parameters

left
top
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

DraggedAdorner Class
DraggedAdorner Members

 

 


Send Comment