Click or drag to resize
SavePostArgs2 Properties

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