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





Windows & Linux

Description

Returns the version number

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.