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


ISchematicLayerEditHelper.GetSchematicInMemorySelectedFeatures Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLayerEditHelper.GetSchematicInMemorySelectedFeatures Method

Enumeration of the selected in memory features.

[Visual Basic .NET]
Public Function GetSchematicInMemorySelectedFeatures ( _
    ByVal OnlyVisible As Boolean _
) As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature GetSchematicInMemorySelectedFeatures (
    bool OnlyVisible
);
[C++]
HRESULT GetSchematicInMemorySelectedFeatures(
  VARIANT_BOOL OnlyVisible,
  IEnumSchematicInMemoryFeature** InMemoryFeatures
);
[C++]

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

ISchematicLayerEditHelper Interface

.NET Snippets

Get The Selected In-Memory Schematic Features In A ISchematicLayer | Get The Selected In-Memory Schematic Features In A ILayer