AGI STK Objects 11 Send comments on this topic.
AllowUI Property (IAgDataProvider)
See Also 





Description

When set to true the data provider will display a user interface to select/enter the pre-data required.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_AllowUI();
public: __property void set_AllowUI(
bool
);

[Unmanaged C++]
public: HRESULT get_AllowUI(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowUI(
VARIANT_BOOL NewAllowUI
);

[Java]
public bool getAllowUI();public void setAllowUI(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1