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





Description

The initial window width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As Integer

[C#]
public int Width {get; set;}

[Managed C++]
public: __property int get_Width();
public: __property void set_Width(
int
);

[Unmanaged C++]
public: HRESULT get_Width(
int * pRetVal
);
public: HRESULT put_Width(
int NewWidth
);

[Java]
public ppInteger getWidth();public void setWidth(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1