STK X Send comments on this topic.
ObjPath Property (AgPickInfoData)
See Also  Example





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 * pRetVal
);

[Java]
public String getObjPath();

Example

[Visual Basic .NET] Copy Code
If pickInfoData.IsObjPathValid Then
    MessageBox.Show ("Object: " & pickInfoData.ObjPath)
End If

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1