ArcObjects Library Reference (GeoAnalyst)  

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(
  VARIANT_BOOL* bIsValid,
  BSTR* sErrorInfo
);
[C++]

Parameters

bIsValid [out]   bIsValid is a parameter of type VARIANT_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