STK UI PluginsSend comments on this topic.
Path Property (IAgUiPluginSelectedObject)
See Also
Windows





Windows & Linux

Description

Returns a full path of the object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Path() As String
[C#]
public string Path {get;}
[Managed C++]
public: __property String __gc ^ get_Path();
[Unmanaged C++]
public: HRESULT get_Path(
    BSTR * pRetVal
);
[Java]
public String getPath();

Remarks

The semantics of the value returned by the Path property may differ depending on the hosting environment. In STK, the value returned by the Path property is a path of a valid STK object currently selected in the STK Object Browser. The Path can be used to get an instance of an STK object using the STK Object Model.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.