Click or drag to resize

RebuildTaskPostRebuildArgs Class

Event argument class for OnRebuildTaskPostRebuild. Notification send after all configurations of the file have been Rebuild. Allows setting a custom error message for the file.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceRebuildTaskPostRebuildArgs

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

The RebuildTaskPostRebuildArgs type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Set non-empty string to show a custom error message.
Public propertyModelDoc Current SolidWorks.Interop.sldworks.ModelDoc2 about to be processed. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Public propertyRebuildSuccess Indicates whether or not the Rebuild of the file was successful.
Public propertySaveSuccess Indicates whether or not the files was saved successfully.
Top
Revision History
DateVersionDescription
-2021 SP2First Release
See Also