STK AgAsPluginSend comments on this topic.
IsValid Property (IAgAsEphemFileReaderPluginResultVerify)
See Also
Windows





Windows & Linux

Description

The result of validating the file. Return true for a valid file, else return false.

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.