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


IGPSARemap.Validate Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSARemap.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. Requires Spatial Analyst Extension.

See Also

IGPSARemap Interface