Click or drag to resize
CTInterfaceCustomCopyResolveInitialConfigurationArgs Class
Event argument class for OnCustomCopyResolveInitialConfiguration.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceCustomCopyResolveInitialConfigurationArgs

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

The CTInterfaceCustomCopyResolveInitialConfigurationArgs type exposes the following members.

Properties
  NameDescription
Public propertyCopyAction
Current CUSTOMTOOLS Copy action.
Public propertyDMDocument
SolidWorks.Interop.swdocumentmgr.ISwDMDocument if the file is not open in SOLIDWORKS. NULL otherwise. Type is defined in SolidWorks.Interop.swdocumentmgr.dll
Public propertyInitialConf
Initial Configuration that can be overridden here. Override must be set to TRUE if changed.
Public propertyOverride
Must be set to TRUE if InitialConf is changed.
Public propertyProperty
Property for which the initial configuration is called for.
Public propertySWDocument
SolidWorks.Interop.sldworks.ModelDoc2 if the file is open in SOLIDWORKS. NULL otherwise. Type is defined in SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2015 SP4


See Also