STK XSend comments on this topic.
ObjPath Property (AgPickInfoData)
See Also
Windows





Windows & Linux

Description

Path of the STK object picked if any (or empty string).

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.