Click or drag to resize
CTInterfaceModelDocLoadedArgs Class
Event argument class for OnModelDocLoaded.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceModelDocLoadedArgs

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

The CTInterfaceModelDocLoadedArgs type exposes the following members.

Properties
  NameDescription
Public propertyProject
CTEngineLib.CTProject that was originally defined for the document during its load. Type is defined in assembly Interop.CTEngineLib.dll.
Public propertySWDoc
SolidWorks.Interop.sldworks.ModelDoc2 being loaded. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Public propertyUpdatedProject
CTEngineLib.CTProject that can be set for the document. Type is defined in assembly Interop.CTEngineLib.dll.
Top
Availability

CUSTOMTOOLS 2012 SP2


See Also