Click or drag to resize
CTInterfaceSavePostArgs2 Class
Event argument class for OnSavePost.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceSavePostArgs2

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

The CTInterfaceSavePostArgs2 type exposes the following members.

Properties
  NameDescription
Public propertymlSaveType
Type of the occured save event. Corresponds to SolidWorks.Interop.swconst.swFileSaveTypes_e -enumeration defined in assembly SolidWorks.Interop.swconst.dll.
enum swFileSaveTypes_e
{
  swFileSave = 1,
  swFileSaveAs = 2,
  swFileSaveAsCopy = 3,
  swFileSaveAsCopyAndOpen = 4
}
Public propertymoFilename
Name of the file saved.
Public propertymoSWDoc
SolidWorks.Interop.sldworks.ModelDoc2 that was saved. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2013 SP3


See Also