STK XSend comments on this topic.
ObjPath Property (AgPickInfoData)
See Also  Example
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 * pRetVal
);
[Java]
public String getObjPath();

Example

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.