AGI AgUtPlugin 11 Send comments on this topic.
Result Property (IAgUtPluginConfigVerifyResult)
See Also 
Windows






Windows & Linux

Description

The result of the validation of the configuration whether it has succeeded or failed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Result() As Boolean

[C#]
public bool Result {get; set;}

[Managed C++]
public: __property bool get_Result();
public: __property void set_Result(
bool
);

[Unmanaged C++]
public: HRESULT get_Result(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Result(
VARIANT_BOOL NewResult
);

[Java]
public bool getResult();public void setResult(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface