STK ObjectsSend comments on this topic.
UdsDir Property (IAgStkPreferencesConnect)
See Also
Windows





Windows & Linux

Description

Gets or sets the filepath to the directory for the UDS socket file. Supported on Linux platforms only.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UdsDir() As String
[C#]
public string UdsDir {get; set;}
[Managed C++]
public: __property String __gc ^ get_UdsDir();
public: __property void set_UdsDir( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_UdsDir(
    BSTR * pVal
);
public: HRESULT put_UdsDir(
    BSTR val
);
[Java]
public String getUdsDir();
public void setUdsDir(
    String
);
[Python - STK API ]
@property
def UdsDir(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.