AGI Real-Time Framework 11 Send comments on this topic.
Data Property (IAgUiRtDialog)
See Also 





Description

A handle to the plug-in which this user interface will manipulate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Data() As Object

[C#]
public Object Data {get; set;}

[Managed C++]
public: __property IUnknown^ get_Data();
public: __property void set_Data(
IUnknown ^
);

[Unmanaged C++]
public: HRESULT get_Data(
IUnknown ** ppRetVal
);
public: HRESULT put_Data(
IUnknown * pNewData
);

[Java]
public Object getData();public void setData(
Object
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1