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


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

IGPSchemaCheckImpl.CheckSchema Property

The check schema flag.

[Visual Basic .NET]
Public Property CheckSchema As Boolean
[C#]
public bool CheckSchema {get; set;}
[C++]
HRESULT get_CheckSchema(
  Boolean* CheckSchema
);
[C++]
HRESULT put_CheckSchema(
  VARIANT_BOOL CheckSchema
);
[C++]
Parameters
CheckSchema [out, retval]

CheckSchema is a parameter of type bool* CheckSchema [in]
CheckSchema is a parameter of type bool

Product Availability

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

See Also

IGPSchemaCheckImpl Interface