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 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


See Also