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


ISchematicRelationController.FindChildren Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicRelationController.FindChildren Method

Provides access to the children schematic features for the specified parent schematic feature.

[Visual Basic .NET]
Public Function FindChildren ( _
    ByVal InMemoryParent As ISchematicInMemoryFeature _
) As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature FindChildren (
    ISchematicInMemoryFeature InMemoryParent
);
[C++]
HRESULT FindChildren(
  ISchematicInMemoryFeature* InMemoryParent,
  IEnumSchematicInMemoryFeature** InMemoryChildren
);
[C++]

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

Product Availability

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

See Also

ISchematicRelationController Interface

.NET Snippets

Get The Children Schematic In-Memory Features Related To An In-Memory Schematic Features