ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeaturePrimaryAssociation.AssociatedObjectClass Property

Associated object class if exist.

[Visual Basic .NET]
Public ReadOnly Property AssociatedObjectClass As IObjectClass
[C#]
public IObjectClass AssociatedObjectClass {get;}
[C++]
HRESULT get_AssociatedObjectClass(
  IObjectClass** ObjectClass
);
[C++]

Parameters

ObjectClass [out, retval]

  ObjectClass is a parameter of type IObjectClass

Product Availability

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

See Also

ISchematicInMemoryFeaturePrimaryAssociation Interface