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


IWorkspace.WorkspaceFactory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 (Code Files: ISConfig)