STK XSend comments on this topic.
ConnectUdsDir Property (AgSTKXApplication)
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 ConnectUdsDir() As String
[C#]
public string ConnectUdsDir {get; set;}
[Managed C++]
public: __property String __gc ^ get_ConnectUdsDir();
public: __property void set_ConnectUdsDir( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ConnectUdsDir(
    BSTR * pVal
);
public: HRESULT put_ConnectUdsDir(
    BSTR val
);
[Java]
public String getConnectUdsDir();
public void setConnectUdsDir(
    String
);
[Python - STK API ]
@property
def ConnectUdsDir(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.