Click or drag to resize
CTInterface.ItemDeletePreArgs Class
Event argument class for OnItemDeletePre.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.ItemDeletePreArgs

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

The CTInterface. ItemDeletePreArgs 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
Availability

CUSTOMTOOLS 2012 SP4


See Also