AGI Ui Application 11 Send comments on this topic.
CreateObject Method (IAgUiApplication)
See Also 
ProgID
RemoteServer





Description

Only works from local HTML pages and scripts

Syntax

[Visual Basic .NET]
Public Function CreateObject( _
   ByVal ProgID As String, _
   Optional ByVal RemoteServer As String = "" _
) As Object

[C#]
public Object CreateObject(
string ProgID,
string RemoteServer
);

[Managed C++]
public: IUnknown^ CreateObject(
String __gc ^ ProgID,
String __gc ^ RemoteServer
);

[Java]
public Object createObject(
String ProgID,
String RemoteServer
);

[Unmanaged C++]
public: HRESULT CreateObject(
BSTR ProgID,
BSTR RemoteServer,
IUnknown ** ReturnValue
);

Parameters

ProgID
RemoteServer

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1