STK AgSearchSend comments on this topic.
IsValid Property (IAgSearchResult)
See Also
Windows





Windows & Linux

Description

Whether the current value of the result is valid. Set by STK.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsValid() As Boolean
[C#]
public bool IsValid {get; set;}
[Managed C++]
public: __property bool get_IsValid();
public: __property void set_IsValid( bool );
[Unmanaged C++]
public: HRESULT get_IsValid(
    VARIANT_BOOL * pIsValid
);
public: HRESULT put_IsValid(
    VARIANT_BOOL IsValid
);
[Java]
public bool getIsValid();
public void setIsValid(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.