This document is archived and information here might be outdated.  Recommended version.


ISchematicRelationController.FindParent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationController Interface > ISchematicRelationController.FindParent Method
ArcGIS Developer Help

ISchematicRelationController.FindParent Method

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
);
[C++]
Parameters
InMemoryChild [in]

InMemoryChild is a parameter of type ISchematicInMemoryFeature*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicRelationController Interface