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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_TranslationX();
public: __property void set_TranslationX(
double
);

[Unmanaged C++]
public: HRESULT get_TranslationX(
double * pRetVal
);
public: HRESULT put_TranslationX(
double NewTranslationX
);

[Java]
public double getTranslationX();public void setTranslationX(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1