This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* CanRemove
);
[C++] Parameters InMemoryFeature [in]
InMemoryFeature is a parameter of type ISchematicInMemoryFeature* CanRemove [in, out]
CanRemove is a parameter of type bool*