This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSchemaCheckImpl Interface > IGPSchemaCheckImpl.CheckSchema Property (ArcObjects .NET 10.5 SDK) |
The check schema flag.
[Visual Basic .NET] Public Property CheckSchema As Boolean
[C#] public bool CheckSchema {get; set;}
[C++]
HRESULT get_CheckSchema(
VARIANT_BOOL* CheckSchema
);
[C++]
HRESULT put_CheckSchema(
VARIANT_BOOL CheckSchema
);
[C++]
Parameters CheckSchema [out, retval] CheckSchema is a parameter of type VARIANT_BOOL CheckSchema [in] CheckSchema is a parameter of type VARIANT_BOOL