Click or drag to resize

CTInterface.CustomPropertiesLoadedArgs Class

Event argument class for OnCustomPropertiesLoaded.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.CustomPropertiesLoadedArgs

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

The CTInterface.CustomPropertiesLoadedArgs 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
Availability

CUSTOMTOOLS 2016 SP1


See Also