Responder Developer Guide
DeviceXY Constructor(Int32,Double,Double)


Syntax
'Declaration
 
Public Function New( _
   ByVal oid As Integer, _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim oid As Integer
Dim x As Double
Dim y As Double
 
Dim instance As New DeviceXY(oid, x, y)
public DeviceXY( 
   int oid,
   double x,
   double y
)

Parameters

oid
x
y
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

DeviceXY Class
DeviceXY Members
Overload List

 

 


Send Comment