STK UI ApplicationSend comments on this topic.
ProcessID Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Gets process id for the current instance.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ProcessID() As Integer
[C#]
public int ProcessID {get;}
[Managed C++]
public: __property int get_ProcessID();
[Unmanaged C++]
public: HRESULT get_ProcessID(
    long * pVal
);
[Java]
public int getProcessID();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.