STK ObjectsSend comments on this topic.
SelectedObjectPath Property (IAgStkObjectCutCopyPasteEventArgs)
See Also
Windows





Windows & Linux

Description

Selected Object path that is being cut, copied or pasted.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SelectedObjectPath() As String
[C#]
public string SelectedObjectPath {get;}
[Managed C++]
public: __property String __gc ^ get_SelectedObjectPath();
[Unmanaged C++]
public: HRESULT get_SelectedObjectPath(
    BSTR * ppRetVal
);
[Java]
public String getSelectedObjectPath();
[Python - STK API ]
@property
def SelectedObjectPath(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.