This document is archived and information here might be outdated. Recommended version. |
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*