Click or drag to resize

CTInterfaceCustomPropertiesLoadedArgs Class

Event argument class for OnCustomPropertiesLoaded.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceCustomPropertiesLoadedArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class CustomPropertiesLoadedArgs : EventArgs

The CTInterfaceCustomPropertiesLoadedArgs type exposes the following members.

Properties
 NameDescription
Public propertyChangedProperties Properties which values have beed changed during the event.
Public propertyProperties All properties that have Allow Scripting set. Values of properties can be changed.
Public propertySWDoc SolidWorks.Interop.sldworks.ModelDoc2 which CUSTOMTOOLS Properties are in question. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Revision History
DateVersionDescription
-2016 SP1First Release
See Also