Click or drag to resize

CTInterfacePreBatchProcessFileArgs Class

Event argument class for OnPreBatchProcessFile.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfacePreBatchProcessFileArgs

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

The CTInterfacePreBatchProcessFileArgs type exposes the following members.

Properties
  NameDescription
Public propertyBatchFileConversionRule
Get the CustomTools batch file conversion interface.
Public propertyBatchOpTemplateID
ID of ICTBatchOperationTemplate in case that template was activated before the Batch Operations started. 0 if no active template.
Public propertyCancelOperation
Set to TRUE to cancel current operation
Public propertyIsPrintProcess
Returns true for Print process and false for conversion process.
Public propertyPrintProfile
Get the CustomTools printing profile interface.
Public propertySolidWorksDocument
Current SolidWorks.Interop.sldworks.ModelDoc2 about to be processed. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2015 SP2


Revised in Description
CUSTOMTOOLS 2021 SP1 Extented with BatchOpTemplateID.
See Also