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


ISchematicGDBConnection.WorkspaceName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicGDBConnection.WorkspaceName Property

Workspace name of the schematic connection.

[Visual Basic .NET]
Public Property WorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName WorkspaceName {get; set;}
[C++]
HRESULT get_WorkspaceName(
  IWorkspaceName** WorkspaceName
);
[C++]
HRESULT putref_WorkspaceName(
  IWorkspaceName* WorkspaceName
);
[C++]

Parameters WorkspaceName [out, retval]
WorkspaceName is a parameter of type IWorkspaceName WorkspaceName [in]
WorkspaceName is a parameter of type IWorkspaceName

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicGDBConnection Interface