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


IWorkspace.WorkspaceFactory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspace Interface > IWorkspace.WorkspaceFactory Property
ArcGIS Developer Help

IWorkspace.WorkspaceFactory Property

The factory that created the workspace.

[Visual Basic .NET]
Public ReadOnly Property WorkspaceFactory As IWorkspaceFactory
[C#]
public IWorkspaceFactory WorkspaceFactory {get;}
[C++]
HRESULT get_WorkspaceFactory(
  IWorkspaceFactory** Factory
);
[C++]
Parameters
Factory [out, retval]

Factory is a parameter of type IWorkspaceFactory**

Product Availability

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

Remarks

The WorkspaceFactory property can be used to get a reference back to the workspace factory for this workspace.

See Also

IWorkspace Interface

.NET Samples

Publish an image service and set configurations