ArcObjects Library Reference (Schematic)  

ISchematicFeatureLinker.FindObjectsFromSchematicFeature Method

Retrieves the set of objects associated with the specified schematic feature.

[Visual Basic .NET]
Public Function FindObjectsFromSchematicFeature ( _
    ByVal Feature As ISchematicFeature _
) As IEnumObject
[C#]
public IEnumObject FindObjectsFromSchematicFeature (
    ISchematicFeature Feature
);
[C++]
HRESULT FindObjectsFromSchematicFeature(
  ISchematicFeature* Feature,
  IEnumObject** EnumObject
);
[C++]

Parameters

Feature [in]

  Feature is a parameter of type ISchematicFeature

EnumObject [out, retval]

  EnumObject is a parameter of type IEnumObject

Product Availability

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

See Also

ISchematicFeatureLinker Interface