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





Description

Indicate if the ObjPath property is valid.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsObjPathValid() As Boolean

[C#]
public bool IsObjPathValid {get;}

[Managed C++]
public: __property bool get_IsObjPathValid();

[Unmanaged C++]
public: HRESULT get_IsObjPathValid(
VARIANT_BOOL * pRetVal
);

[Java]
public bool getIsObjPathValid();

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