ArcFM Solution Developer Guide
Order Property (Position)


Gets or sets the order.
Syntax
'Declaration
 
<Newtonsoft.Json.JsonPropertyAttribute("order")>
Public Property Order As System.Integer
'Usage
 
Dim instance As Position
Dim value As System.Integer
 
instance.Order = value
 
value = instance.Order
[Newtonsoft.Json.JsonProperty("order")]
public System.int Order {get; set;}

Property Value

The order.
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