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





Windows & Linux

Description

False indicates a failure has occurred and that the message should be displayed

Property type

Write-only property

Syntax

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

Parameters

Validity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.