Click or drag to resize

ChangeCustomPropertyArgs Class

Event argument class for ButtonFunctionResult.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.ChangeCustomPropertyArgs

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

The ChangeCustomPropertyArgs type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationName Configuration that contains the property. Empty for drawing properties and document specific properties.
Public propertyNewValue New value of the property
Public propertyOldValue Previous value of the property
Public propertyPropertyName Name of the changed property
Public propertyPropertyType Valid type for VARIANT describing type of the property that changed; see Microsoft MSDN for a list of valid VARIANT types
Public propertySWDoc The document (IModelDoc2) whose custom property was changed.
Top
Revision History
DateVersionDescription
-2017 SP2First Release
See Also