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


ISchematicElement.SchematicRelation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElement.SchematicRelation Property

Schematic element relation ship.

[Visual Basic .NET]
Public Property SchematicRelation As ISchematicElement
[C#]
public ISchematicElement SchematicRelation {get; set;}
[C++]
HRESULT get_SchematicRelation(
  ISchematicElement** SchematicElement
);
[C++]
HRESULT putref_SchematicRelation(
  ISchematicElement* SchematicElement
);
[C++]

Parameters SchematicElement [out, retval]
SchematicElement is a parameter of type ISchematicElement SchematicElement [in]
SchematicElement is a parameter of type ISchematicElement

Product Availability

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

See Also

ISchematicElement Interface