This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspace Interface > IWorkspace.WorkspaceFactory Property (ArcObjects .NET 10.5 SDK) |
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
The WorkspaceFactory property can be used to get a reference back to the workspace factory for this workspace.