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


ISchematicLayerEditHelper.GetSchematicInMemorySelectedFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLayerEditHelper Interface > ISchematicLayerEditHelper.GetSchematicInMemorySelectedFeatures Method
ArcGIS Developer Help

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
);
[C++]
Parameters
OnlyVisible [in]

OnlyVisible is a parameter of type bool

Product Availability

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

See Also

ISchematicLayerEditHelper Interface