AGI Real-Time Framework 11 Send comments on this topic.
Activate Method (IAgUiRtDialog)
See Also 
Parent





Description

Called to bring up the user interface defined by the plug-in.

Syntax

[Visual Basic .NET]
Public Function Activate( _
   ByRef Parent As Integer _
) As AgEUiRtDialogResult

[C#]
public AgEUiRtDialogResult Activate(
ref int Parent
);

[Managed C++]
public: AgEUiRtDialogResult Activate(
int ^ Parent
);

[Java]
public AgEUiRtDialogResult activate(
ppInteger Parent
);

[Unmanaged C++]
public: HRESULT Activate(
int * Parent,
AgEUiRtDialogResult * ReturnValue
);

Parameters

Parent

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1