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





Windows & Linux

Description

The window's initial X position.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property X() As Integer
[C#]
public int X {get; set;}
[Managed C++]
public: __property int get_X();
public: __property void set_X( int );
[Unmanaged C++]
public: HRESULT get_X(
    int * pPosX
);
public: HRESULT put_X(
    int PosX
);
[Java]
public Integer getX();
public void setX(
    Integer
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.