ArcFM Solution Developer Guide
Order Property (PositionModel)


Gets or sets the order of the rectangle.
Syntax
'Declaration
 
<SE.Geospatial.Client.Common.Validation.ChangeTrackedPropertyAttribute()>
Public Property Order As System.Integer
'Usage
 
Dim instance As PositionModel
Dim value As System.Integer
 
instance.Order = value
 
value = instance.Order
[SE.Geospatial.Client.Common.Validation.ChangeTrackedProperty()]
public System.int Order {get; set;}

Property Value

A positive number that represents the order of the rectangle. The default is 0.
Exceptions
ExceptionDescription
System.ArgumentExceptionSystem.Windows.Rect.Height is set to a negative value.
System.InvalidOperationExceptionSystem.Windows.Rect.Height is set on an System.Windows.Rect.Empty rectangle.
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

 

 


Send Comment