ArcObjects Library Reference (Schematic)  

ISchematicDatasetEvents.BeforeRemoveFeature Event

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

Product Availability

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

See Also

ISchematicDatasetEvents Interface