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) Version: 25.0
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
Revision History
DateVersionDescription
-2012 SP4First Release
See Also