ArcFM Solution Developer Guide
Height Property (Position)


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

Property Value

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