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


ISchematicInMemoryFeatureClassContainer.GetSchematicInMemoryFeatureClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureClassContainer Interface > ISchematicInMemoryFeatureClassContainer.GetSchematicInMemoryFeatureClass Method
ArcGIS Developer Help

ISchematicInMemoryFeatureClassContainer.GetSchematicInMemoryFeatureClass Method

Finds the in memory feature classes corresponding to a schematic element class.

[Visual Basic .NET]
Public Function GetSchematicInMemoryFeatureClass ( _
    ByVal SchematicElementClass As ISchematicElementClass _
) As ISchematicInMemoryFeatureClass
[C#]
public ISchematicInMemoryFeatureClass GetSchematicInMemoryFeatureClass (
    ISchematicElementClass SchematicElementClass
);
[C++]
HRESULT GetSchematicInMemoryFeatureClass(
  ISchematicElementClass* SchematicElementClass
);
[C++]
Parameters
SchematicElementClass [in]

SchematicElementClass is a parameter of type ISchematicElementClass*

Product Availability

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

See Also

ISchematicInMemoryFeatureClassContainer Interface