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





Description

Offset amount in pixels. Dimensionless.

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 * pRetVal
);
public: HRESULT put_OffsetPixels(
long NewOffsetPixels
);

[Java]
public int getOffsetPixels();public void setOffsetPixels(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1