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





Windows & Linux

Description

Returns the Registration ID.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.