ArcFM Solution Developer Guide
Position Constructor


The x.
The y.
The width.
The height.
The order.
Initializes a new instance of the Position struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double, _
   Optional ByVal order As System.Integer _
)
'Usage
 
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
Dim order As System.Integer
 
Dim instance As New Position(x, y, width, height, order)
public Position( 
   System.double x,
   System.double y,
   System.double width,
   System.double height,
   System.int order
)

Parameters

x
The x.
y
The y.
width
The width.
height
The height.
order
The order.
Exceptions
ExceptionDescription
System.ArgumentExceptionSize_WidthAndHeightCannotBeNegative
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

Position Structure
Position Members

 

 


Send Comment