STK UI CoreSend comments on this topic.
Height Property (IAgUiWindow)
See Also
Windows





Windows & Linux

Description

The window height.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Height() As Integer
[C#]
public int Height {get; set;}
[Managed C++]
public: __property int get_Height();
public: __property void set_Height( int );
[Unmanaged C++]
public: HRESULT get_Height(
    long * pVal
);
public: HRESULT put_Height(
    long NewVal
);
[Java]
public int getHeight();
public void setHeight(
    int
);
[Python - STK API ]
@property
def Height(self) -> int:

@Height.setter
def Height(self, NewVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.