STK XSend comments on this topic.
HostID Property (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Returns the Host ID.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property HostID() As String
[C#]
public string HostID {get;}
[Managed C++]
public: __property String __gc ^ get_HostID();
[Unmanaged C++]
public: HRESULT get_HostID(
    BSTR * pbstrVal
);
[Java]
public String getHostID();
[Python - STK API ]
@property
def HostID(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.