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