This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElement Interface > ISchematicElement.SchematicRelation Property (ArcObjects .NET 10.4 SDK) |
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