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


IGPSAGeoDataDomain.CheckField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.CheckField Property
ArcGIS Developer Help

IGPSAGeoDataDomain.CheckField Property

Indicates if checking field in Validation.

[Visual Basic .NET]
Public Property CheckField As Boolean
[C#]
public bool CheckField {get; set;}
[C++]
HRESULT get_CheckField(
  VARIANT_BOOL bUse
);
[C++]
HRESULT put_CheckField(
  Boolean* bUse
);
[C++]
Parameters
bUse [in]

bUse is a parameter of type bool bUse [out, retval]
bUse is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPSAGeoDataDomain Interface