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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1