STK AgAccessConstraintPluginSend comments on this topic.
IsValid Property (IAgAccessConstraintPluginObjectDescriptor)
See Also
Windows





Windows & Linux

Description

True when the object is a valid object. If false, none of the other methods return valid data.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.