ArcObjects Library Reference (Schematic)  

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

Parameters

InMemoryFeature [in]

  InMemoryFeature is a parameter of type ISchematicInMemoryFeature

Result [out, retval]   Result is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicRelationController Interface