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


ISchematicInMemoryDiagram.GetSchematicInMemoryFeaturesByType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryDiagram.GetSchematicInMemoryFeaturesByType Method

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

[Visual Basic .NET]
Public Function GetSchematicInMemoryFeaturesByType ( _
    ByVal ElementType As esriSchematicElementType _
) As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature GetSchematicInMemoryFeaturesByType (
    esriSchematicElementType ElementType
);
[C++]
HRESULT GetSchematicInMemoryFeaturesByType(
  esriSchematicElementType ElementType,
  IEnumSchematicInMemoryFeature** InMemoryFeatures
);
[C++]

Parameters ElementType [in]
ElementType is a parameter of type esriSchematicElementType 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

.NET Snippets

Get The In-Memory Link Schematic Features In A Schematic Layer | Get The In-Memory Node Schematic Features In A Schematic Layer