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






Windows & Linux

Description

The Y value of the offset, where positive and negative values move the label up and down, respectively. Dimension depends on context.

Property type

Read-write property

Syntax

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.