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

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.