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