MarkerGraphicsEyeOffset Property |
Gets or sets a parameter indicating the eye offset of the marker over time.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<Cartesian> EyeOffset { get; set; }
Public Property EyeOffset As GraphicsParameter(Of Cartesian)
Get
Set
public:
property GraphicsParameter<Cartesian>^ EyeOffset {
GraphicsParameter<Cartesian>^ get ();
void set (GraphicsParameter<Cartesian>^ value);
}
member EyeOffset : GraphicsParameter<Cartesian> with get, set
Property Value
Type:
GraphicsParameterCartesianSee Also