Click or drag to resize

CTInterfaceItemDeletePreArgs Class

Event argument class for OnItemDeletePre.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceItemDeletePreArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class ItemDeletePreArgs : EventArgs

The CTInterfaceItemDeletePreArgs type exposes the following members.

Properties
 NameDescription
Public propertyEntityType Deleted item type. This is always 3 which corresponds to SolidWorks.Interop.swconst.swNotifyEntityType_e.swNotifyFeature defined in assembly SolidWorks.Interop.swconst.dll.
Public propertyItemName Name of the deleted feature.
Public propertySWDoc SolidWorks.Interop.sldworks.ModelDoc2 from which the item was deleted. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Revision History
DateVersionDescription
-2012 SP4First Release
See Also