This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationController Interface > ISchematicRelationController.FindParent Method (ArcObjects .NET 10.5 SDK) |
Provides access to the parent schematic feature for the specified child schematic feature.
[Visual Basic .NET] Public Function FindParent ( _ ByVal InMemoryChild As ISchematicInMemoryFeature _ ) As ISchematicInMemoryFeature
[C#] public ISchematicInMemoryFeature FindParent ( ISchematicInMemoryFeature InMemoryChild );
[C++]
HRESULT FindParent(
ISchematicInMemoryFeature* InMemoryChild,
ISchematicInMemoryFeature** InMemoryParent
);
[C++]
Parameters InMemoryChild [in]
InMemoryChild is a parameter of type ISchematicInMemoryFeature InMemoryParent [out, retval]
InMemoryParent is a parameter of type ISchematicInMemoryFeature