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


ISchematicInMemoryFeaturePrimaryAssociation.AssociatedObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeaturePrimaryAssociation.AssociatedObject Property

Associated object if exist.

[Visual Basic .NET]
Public ReadOnly Property AssociatedObject As IObject
[C#]
public IObject AssociatedObject {get;}
[C++]
HRESULT get_AssociatedObject(
  IObject** Object
);
[C++]

Parameters Object [out, retval]
Object is a parameter of type IObject

Product Availability

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

See Also

ISchematicInMemoryFeaturePrimaryAssociation Interface