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


IGPSARemap.Validate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.Validate Method
ArcGIS Developer Help

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