STK ObjectsSend comments on this topic.
UdsId Property (IAgStkPreferencesConnect)
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 UdsId() As String
[C#]
public string UdsId {get; set;}
[Managed C++]
public: __property String __gc ^ get_UdsId();
public: __property void set_UdsId( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_UdsId(
    BSTR * pVal
);
public: HRESULT put_UdsId(
    BSTR val
);
[Java]
public String getUdsId();
public void setUdsId(
    String
);
[Python - STK API ]
@property
def UdsId(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.