Click or drag to resize

DimensionButtonArgs Class

Event argument class for OnDimensionButtonClick. Notification is sent when a button associated with a dimension control is clicked. To let user to decide whether to override default functionality, you can for instance detect whether user is holding a shift key while button was clicked.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceDimensionButtonArgs

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

The DimensionButtonArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancelDefaultFunctionatliy Determines whether to override default functionality that is to clear linked dimension value.
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 propertyProperty Dimension custom property
Public propertySelectedProject Currently selected project in Properties. In order to change selected project set desired project to this property.
Public propertySWDoc The document (IModelDoc2) which we are currently targetting.
Top
Revision History
DateVersionDescription
-2022 SP1First Release
See Also