ArcFM Engine Developer Guide
PositionModel Constructor(Double,Double,Double,Double,Int32)


The x.
The y.
The width.
The height.
The order.
Initializes a new instance of the PositionModel struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   Optional ByVal order As Integer _
)
'Usage
 
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim order As Integer
 
Dim instance As New PositionModel(x, y, width, height, order)
public PositionModel( 
   double x,
   double y,
   double width,
   double height,
   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

PositionModel Structure
PositionModel Members
Overload List

 

 


Send Comment