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


ISchematicFeatureLinker.FindSchematicFeaturesInLayerFromObjects Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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,
  IEnumSchematicFeature** Features
);
[C++]

Parameters EnumObject [in]
EnumObject is a parameter of type IEnumObject Layer [in]
Layer is a parameter of type ILayer CancelTracker [in, optional, defaultvalue(0)]
CancelTracker is a parameter of type ITrackCancel Features [out, retval]
Features is a parameter of type IEnumSchematicFeature

Product Availability

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

See Also

ISchematicFeatureLinker Interface