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


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

ISchematicInMemoryFeatureClass.Type Property

Schematic element type of the schematic in memory feature class.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSchematicElementType
[C#]
public esriSchematicElementType Type {get;}
[C++]
HRESULT get_Type(
  esriSchematicElementType* ElementType
);
[C++]
Parameters
ElementType [out, retval]

ElementType is a parameter of type esriSchematicElementType*

Product Availability

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

See Also

ISchematicInMemoryFeatureClass Interface