AGI STK X 11Send 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();

See Also

Example

[Visual Basic .NET]
If pickInfoData.IsObjPathValid Then
MessageBox.Show ("Object: " & pickInfoData.ObjPath)
End If
© 2019 Analytical Graphics, Inc. All Rights Reserved.