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


ISchematicRelationController.IsParent Method (ArcObjects .NET 10.4 SDK)
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

.NET Snippets

Test Whether A Schematic In-Memory Feature Is A Parent