AGI STK Objects 11Send comments on this topic.
OffsetPixels Property (IAgVeGfxTimeEventTypeText)
See Also
Windows






Windows & Linux

Description

Offsets the position of the text to the right or the left of the ground track.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OffsetPixels() As Integer
[C#]
public int OffsetPixels {get; set;}
[Managed C++]
public: __property int get_OffsetPixels();
public: __property void set_OffsetPixels( int );
[Unmanaged C++]
public: HRESULT get_OffsetPixels(
    long * pVal
);
public: HRESULT put_OffsetPixels(
    long Pixels
);
[Java]
public int getOffsetPixels();
public void setOffsetPixels(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.