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 > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.BeforeRemoveFeature Event (ArcObjects .NET 10.5 SDK) |
Called before a schematic in memory feature is removed.
[Visual Basic .NET] Public Event BeforeRemoveFeature As BeforeRemoveFeatureEventHandler
[C#] public event BeforeRemoveFeatureEventHandler BeforeRemoveFeature
[C++]
HRESULT BeforeRemoveFeature(
ISchematicInMemoryFeature* InMemoryFeature,
VARIANT_BOOL* CanRemove
);
[C++]
Parameters InMemoryFeature [in]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature CanRemove [in, out] CanRemove is a parameter of type VARIANT_BOOL