This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceFactoryHelper Interface > IPlugInWorkspaceFactoryHelper.WorkspaceDescription Property (ArcObjects .NET 10.5 SDK) |
A singular or plural description of the type of workspace the workspace factory opens.
[Visual Basic .NET] Public Function get_WorkspaceDescription ( _ ByVal plural As Boolean _ ) As String
[C#] public string get_WorkspaceDescription ( bool plural );
[C++]
HRESULT get_WorkspaceDescription(
VARIANT_BOOL plural,
BSTR* wksDesc
);
[C++]
Parameters plural [in] plural is a parameter of type VARIANT_BOOL wksDesc [out, retval] wksDesc is a parameter of type BSTR
Returns a description of the data source�s workspace, such as "StreetMap Workspace".