ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IGPSchemaCheckImpl Interface