PreFileConversionArgs Properties |
The CTInterfacePreFileConversionArgs type exposes the following members.
Name | Description | |
---|---|---|
BatchConversionRule |
The conversion rule object that defines the setting of this conversion.
Type is defined in assembly Interop.CTEngineLib.dll.
| |
CancelConv |
True to cancel the conversion.
| |
ResolvedName |
Name of the conversion's output file. Set Succeeded to true
in order to override the name.
| |
SheetIndex |
If SWDoc is a drawing document then this refers to drawing sheet index to be converted.
If multiple sheets are embedded into some file then this is index of first sheet added.
Index is 0 based. For model documents -1.
| |
SheetOrConfigurationName | ||
Succeeded |
True to override ResolvedName.
| |
SWDoc |
SolidWorks.Interop.sldworks.ModelDoc2 from which the conversion is 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.
|