ArcObjects Library Reference (GeoDatabase)  

IFieldChecker.ValidateWorkspace Property

Workspace of the fieldchecker.

[Visual Basic .NET]
Public Property ValidateWorkspace As IWorkspace
[C#]
public IWorkspace ValidateWorkspace {get; set;}
[C++]
HRESULT get_ValidateWorkspace(
  IWorkspace** ValidateWorkspace
);
[C++]
HRESULT putref_ValidateWorkspace(
  IWorkspace* ValidateWorkspace
);
[C++]

Parameters

ValidateWorkspace [out, retval]

  ValidateWorkspace is a parameter of type IWorkspace

ValidateWorkspace [in]

  ValidateWorkspace is a parameter of type IWorkspace

Product Availability

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

Description

Setting the ValidateWorkspace property is required prior to using any of this interface's Validate methods. This property should be set to the workspace where the dataset being validated is to be created.

See Also

IFieldChecker Interface

.NET Related Topics

Converting simple data | Creating feature classes | Creating fields | Creating tables |