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


ISchematicRelationController.FindParent Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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,
  ISchematicInMemoryFeature** InMemoryParent
);
[C++]

Parameters InMemoryChild [in]
InMemoryChild is a parameter of type ISchematicInMemoryFeature InMemoryParent [out, retval]
InMemoryParent is a parameter of type ISchematicInMemoryFeature

Product Availability

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

See Also

ISchematicRelationController Interface

.NET Snippets

Get The Parent Schematic In-Memory Feature For A Schematic In-Memory Feature