This document is archived and information here might be outdated.  Recommended version.


IRemap.Validate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRemap Interface > IRemap.Validate Method
ArcGIS Developer Help

IRemap.Validate Method

Validates the remap records.

[Visual Basic .NET]
Public Sub Validate ( _
    ByRef bIsValid As Boolean, _
    ByRef sErrorInfo As String _
)
[C#]
public void Validate (
    ref bool bIsValid,
    ref string sErrorInfo
);
[C++]
HRESULT Validate(
  Boolean* bIsValid,
  System.String* sErrorInfo
);
[C++]
Parameters
bIsValid [out]

bIsValid is a parameter of type bool* sErrorInfo [out]
sErrorInfo is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemap Interface