Click or drag to resize
CTInterfaceSavePostArgs Class
Event argument class for OnSaveToStoragePre and OnSaveToStoragePost.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceSavePostArgs

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

The CTInterfaceSavePostArgs type exposes the following members.

Properties
  NameDescription
Public propertyFilename
Filename of the document saved.
Public propertySWDoc
SolidWorks.Interop.sldworks.ModelDoc2 that was saved. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2012 SP4


See Also