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


ISchematicElement.SchematicRelation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElement Interface > ISchematicElement.SchematicRelation Property
ArcGIS Developer Help

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