Click or drag to resize
CTInterfaceOnFileSavePreArgs Class
Event argument class for OnFileSavePre.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceOnFileSavePreArgs

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

The CTInterfaceOnFileSavePreArgs type exposes the following members.

Properties
  NameDescription
Public propertyFilename
Name of the file about to be saved. Set Handled to TRUE in case filename override.
Public propertyHandled
Must be set to TRUE in order to override Filename.
Public propertyProject
Active CUSTOMTOOLS Project
Public propertySWDoc
SolidWorks.Interop.sldworks.ModelDoc2 about to be saved. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2015 SP0


See Also