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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.