This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureLinker Interface > ISchematicFeatureLinker.FindSchematicFeaturesInLayerFromObjects Method (ArcObjects .NET 10.4 SDK) |
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