ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeaturePrimaryAssociation.AssociatedWorkspace Property

Associated workspace if exist.

[Visual Basic .NET]
Public ReadOnly Property AssociatedWorkspace As IWorkspace
[C#]
public IWorkspace AssociatedWorkspace {get;}
[C++]
HRESULT get_AssociatedWorkspace(
  IWorkspace** Workspace
);
[C++]

Parameters

Workspace [out, retval]

  Workspace is a parameter of type IWorkspace

Product Availability

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

See Also

ISchematicInMemoryFeaturePrimaryAssociation Interface