STK UI PluginsSend comments on this topic.
Y Property (IAgUiPluginWindowCreateParameters)
See Also
Windows





Windows & Linux

Description

The window's initial Y position.

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(
    int * pPosY
);
public: HRESULT put_Y(
    int PosY
);
[Java]
public Integer getY();
public void setY(
    Integer
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.