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





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

[Java]
public ppInteger getY();public void setY(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1