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


ISchematicRelationController.FindChildren 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.FindChildren Method
ArcGIS Developer Help

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

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