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


ISdeLocatorImpl.Workspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IS > ISdeLocatorImpl Interface > ISdeLocatorImpl.Workspace Property
ArcGIS Developer Help

ISdeLocatorImpl.Workspace Property

ArcSDE workspace in which the locator resides.

[Visual Basic .NET]
Public Property Workspace As IWorkspace
[C#]
public IWorkspace Workspace {get; set;}
[C++]
HRESULT get_Workspace(
  IWorkspace** wks
);
[C++]
HRESULT putref_Workspace(
  IWorkspace* wks
);
[C++]
Parameters
wks [out, retval]

wks is a parameter of type IWorkspace** wks [in]
wks is a parameter of type IWorkspace*

Product Availability

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

See Also

ISdeLocatorImpl Interface