This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLayerEditHelper Interface > ISchematicLayerEditHelper.GetSchematicInMemorySelectedFeatures Method (ArcObjects .NET 10.5 SDK) |
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