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


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

ISchematicInMemoryFeature.SchematicElement Property

Schematic element associated to the schematic in memory feature.

[Visual Basic .NET]
Public ReadOnly Property SchematicElement As ISchematicElement
[C#]
public ISchematicElement SchematicElement {get;}
[C++]
HRESULT get_SchematicElement(
  ISchematicElement** SchematicElement
);
[C++]
Parameters
SchematicElement [out, retval]

SchematicElement is a parameter of type ISchematicElement**

Product Availability

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

See Also

ISchematicInMemoryFeature Interface