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,
ISchematicInMemoryFeatureClass** InMemoryFeatureClass
);
[C++]Parameters
SchematicElementClass [in]SchematicElementClass is a parameter of type ISchematicElementClass
InMemoryFeatureClass [out, retval]InMemoryFeatureClass is a parameter of type ISchematicInMemoryFeatureClass
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.