AGI Ui Application 11Send 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, _
   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

© 2018 Analytical Graphics, Inc. All Rights Reserved.