This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.Validate Method (ArcObjects .NET 10.5 SDK) |
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