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






Windows & Linux

Description

Set the y value for the pixel location for the upper left corner of the legend.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PositionY() As Integer

[C#]
public int PositionY {get; set;}

[Managed C++]
public: __property int get_PositionY();
public: __property void set_PositionY(
int
);

[Unmanaged C++]
public: HRESULT get_PositionY(
int * pRetVal
);
public: HRESULT put_PositionY(
int NewPositionY
);

[Java]
public ppInteger getPositionY();public void setPositionY(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface