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


ISchematicInMemoryFeatureLinkerEdit.Associate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLinkerEdit Interface > ISchematicInMemoryFeatureLinkerEdit.Associate Method
ArcGIS Developer Help

ISchematicInMemoryFeatureLinkerEdit.Associate Method

Associates the specified schematic feature with the specified object.

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

InMemoryFeature is a parameter of type ISchematicInMemoryFeature* 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

ISchematicInMemoryFeatureLinkerEdit Interface