Click or drag to resize
CTInterfacePostFileConversionArgs Class
Event argument class for OnPostFileConversion.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfacePostFileConversionArgs

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

The CTInterfacePostFileConversionArgs type exposes the following members.

Properties
  NameDescription
Public propertyBatchConversionRule
The conversion rule object that defines the setting of this conversion. Type is defined in assembly Interop.CTEngineLib.dll.
Public propertyIsMergePDF
True in case the conversion rule has Merge PDF -setting on.
Public propertySourceModelDoc
SolidWorks.Interop.sldworks.ModelDoc2 from which the conversion was done. Note that if eg. DXF conversion from part is done, the document here is a drawing which is temporarily used in DXF-conversion process of the part. Type is defined in assembly SolidWorks.Interop.sldworks.dll. This may be null for merge and/or impose -rules.
Public propertyTargetFileName
Filename of the conversion's output file.
Top
Availability

CUSTOMTOOLS 2016 SP1


See Also