This document is archived and information here might be outdated. Recommended version. |
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*
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.