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


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

ISchematicRelationController.IsParent Method

Indicates if a schematic feature is a parent.

[Visual Basic .NET]
Public Function IsParent ( _
    ByVal InMemoryFeature As ISchematicInMemoryFeature _
) As Boolean
[C#]
public bool IsParent (
    ISchematicInMemoryFeature InMemoryFeature
);
[C++]
HRESULT IsParent(
  ISchematicInMemoryFeature* InMemoryFeature
);
[C++]
Parameters
InMemoryFeature [in]

InMemoryFeature is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicRelationController Interface