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





Windows & Linux

Description

Gets or sets an optional UDS ID for multiple connections. Supported on Linux platforms only.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConnectUdsId() As String
[C#]
public string ConnectUdsId {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConnectUdsId();
public: __property void set_ConnectUdsId( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConnectUdsId(
    BSTR * pVal
);
public: HRESULT put_ConnectUdsId(
    BSTR val
);
[Java]
public String getConnectUdsId();
public void setConnectUdsId(
    String
);
[Python - STK API ]
@property
def ConnectUdsId(self) -> str:

@ConnectUdsId.setter
def ConnectUdsId(self, val:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.