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


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

ISchematicFeatureLinker.FindSchematicFeaturesInLayerFromObjects Method

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

[Visual Basic .NET]
Public Function FindSchematicFeaturesInLayerFromObjects ( _
    ByVal EnumObject As IEnumObject, _
    ByVal Layer As ILayer, _
    [ByVal CancelTracker As ITrackCancel] _
) As IEnumSchematicFeature
[C#]
public IEnumSchematicFeature FindSchematicFeaturesInLayerFromObjects (
    IEnumObject EnumObject,
    ILayer Layer,
    ITrackCancel CancelTracker
);
[C++]
HRESULT FindSchematicFeaturesInLayerFromObjects(
  IEnumObject* EnumObject,
  ILayer* Layer,
  ITrackCancel* CancelTracker
);
[C++]
Parameters
EnumObject [in]

EnumObject is a parameter of type IEnumObject* Layer [in]
Layer is a parameter of type ILayer* CancelTracker [in, optional, defaultvalue()]
CancelTracker is a parameter of type ITrackCancel*

Product Availability

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

See Also

ISchematicFeatureLinker Interface