AGI STK X 11Send comments on this topic.
IsObjPathValid Property (AgPickInfoData)
See Also
Windows






Windows & Linux

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 * pIsValid
);
[Java]
public bool getIsObjPathValid();

See Also

Example

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