STK UI ApplicationSend comments on this topic.
CreateObject Method (IAgUiApplication)
See Also
ProgID
RemoteServer
Windows





Windows & Linux

Description

Only works from local HTML pages and scripts.

Syntax

[Visual Basic .NET]
Public Function CreateObject( _
    ByVal ProgID As String, _
    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
);
[Unmanaged C++]
public: HRESULT CreateObject(
    BSTR ProgID,
    BSTR RemoteServer,
    IUnknown ** ppObject
);
[Java]
public Object createObject(
    String ProgID,
    String RemoteServer
);

Parameters

ProgID
RemoteServer

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.