STK ObjectsSend 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
);
[Python - STK API ]
@property
def OffsetPixels(self) -> int:

@OffsetPixels.setter
def OffsetPixels(self, Pixels:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.