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


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