This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters Feature [in]
Feature is a parameter of type ISchematicFeature*