PointVisualizer.OffsetY Property
Gets or sets a value offsetting the visualization of an object from its geographic position.
Syntax
public AttributeVariable< System.Double > OffsetY { get; set; }
Property Value
Default: 0.0
The distance along the y-axis to offset the visualization.
Remarks
This property can be used to move the visualization of an object from its geographical position on the map. The distance to move the object is expressed in screen pixels or as a geographic distance, depending on LengthUnit.
In 3D, if the length unit is pixels, the offset is applied after the view transformation, i.e. it works like in 2D. However, if the length unit is nominal meters, the offset is instead applied to the geographical point before the view transformation.
In 3D, the length unit has no effect on symbols of type Symbol3D and VolumeSymbol. These symbol always behave as if the length unit is nominal meters.
Platforms
Windows, Linux, Android