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





Description

A flag to control to control the number of instances of the same window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowMultiple() As Boolean

[C#]
public bool AllowMultiple {get; set;}

[Managed C++]
public: __property bool get_AllowMultiple();
public: __property void set_AllowMultiple(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowMultiple(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowMultiple(
VARIANT_BOOL NewAllowMultiple
);

[Java]
public bool getAllowMultiple();public void setAllowMultiple(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1