This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemapDomain Interface > IGPSARemapDomain.ValidateType Method (ArcObjects .NET 10.4 SDK) |
Validate a Remap type.
[Visual Basic .NET] Public Function ValidateType ( _ ByVal Type As esriGPSARemapTypeEnum _ ) As Boolean
[C#] public bool ValidateType ( esriGPSARemapTypeEnum Type );
[C++]
HRESULT ValidateType(
esriGPSARemapTypeEnum Type,
VARIANT_BOOL* ok
);
[C++]
Parameters Type [in]
Type is a parameter of type esriGPSARemapTypeEnum ok [out, retval] ok is a parameter of type VARIANT_BOOL