Click or drag to resize

RebuildTaskPreRebuildArgs Class

Event argument class for OnRebuildTaskPreRebuild. Notification send just before all configurations of the file is being Rebuild.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceRebuildTaskPreRebuildArgs

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

The RebuildTaskPreRebuildArgs type exposes the following members.

Properties
  NameDescription
Public propertyForceSave
Set to true to force saving of the file even if the rebuild would fail.
Public propertyModelDoc
Current SolidWorks.Interop.sldworks.ModelDoc2 about to be processed. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2021 SP2


See Also