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


ISchematicGDBConnection.WorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicGDBConnection Interface > ISchematicGDBConnection.WorkspaceName Property
ArcGIS Developer Help

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