AGI STK Graphics 11 Send comments on this topic.
TranslationY Property (IAgStkGraphicsOverlay)
See Also 





Description

Gets or sets the value with which the overlay will be translated from the Y value of the Position property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TranslationY() As Double

[C#]
public double TranslationY {get; set;}

[Managed C++]
public: __property double get_TranslationY();
public: __property void set_TranslationY(
double
);

[Unmanaged C++]
public: HRESULT get_TranslationY(
double * pRetVal
);
public: HRESULT put_TranslationY(
double NewTranslationY
);

[Java]
public double getTranslationY();public void setTranslationY(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1