AGI AgSearch 11 Send comments on this topic.
IsValid Property (IAgSearchResult)
See Also 





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 * pRetVal
);
public: HRESULT put_IsValid(
VARIANT_BOOL NewIsValid
);

[Java]
public bool getIsValid();public void setIsValid(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1