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


ISchematicInMemoryDiagram.GetSchematicInMemoryFeaturesByClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryDiagram.GetSchematicInMemoryFeaturesByClass Method

Finds a schematic in memory features enumeration by the specified schematic element class within the schematic in memory net feature.

[Visual Basic .NET]
Public Function GetSchematicInMemoryFeaturesByClass ( _
    ByVal SchematicElementClass As ISchematicElementClass _
) As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature GetSchematicInMemoryFeaturesByClass (
    ISchematicElementClass SchematicElementClass
);
[C++]
HRESULT GetSchematicInMemoryFeaturesByClass(
  ISchematicElementClass* SchematicElementClass,
  IEnumSchematicInMemoryFeature** InMemoryFeatures
);
[C++]

Parameters SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass InMemoryFeatures [out, retval]
InMemoryFeatures is a parameter of type IEnumSchematicInMemoryFeature

Product Availability

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

See Also

ISchematicInMemoryDiagram Interface