This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicFeatureLinker Interface > ISchematicFeatureLinker.FindObjectsFromSchematicFeature Method (ArcObjects .NET 10.4 SDK) |
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,
IEnumObject** EnumObject
);
[C++]
Parameters Feature [in]
Feature is a parameter of type ISchematicFeature EnumObject [out, retval]
EnumObject is a parameter of type IEnumObject