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