ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeaturePrimaryAssociation.Associate Method

Associate the schematic in memory feature primary assocation to the object.

[Visual Basic .NET]
Public Sub Associate ( _
    ByVal Object As IObject _
)
[C#]
public void Associate (
    IObject Object
);
[C++]
HRESULT Associate(
  IObject* Object
);
[C++]

Parameters

Object [in]

  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