AGI Ui Plugins 11 Send comments on this topic.
X Property (IAgUiPluginWindowCreateParameters)
See Also 





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 * pRetVal
);
public: HRESULT put_X(
int NewX
);

[Java]
public ppInteger getX();public void setX(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1