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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface