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






Windows & Linux

Description

Amount of Y offset from the origin. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Y() As Integer
[C#]
public int Y {get; set;}
[Managed C++]
public: __property int get_Y();
public: __property void set_Y(
   int
);
[Unmanaged C++]
public: HRESULT get_Y(
   long * pRetVal
);
public: HRESULT put_Y(
   long NewY
);
[Java]
public int getY();public void setY(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.