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


ISchematicInMemoryFeaturePrimaryAssociation.AssociatedWorkspace Property (ArcObjects .NET 10.4 SDK)
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