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