Click or drag to resize
ButtonFuncArgs Properties

The CTInterfaceButtonFuncArgs type exposes the following members.

Properties
  NameDescription
Public propertyButtonFunction
Identifies the button function used clicked as defined in ctButtonFunction
Public propertyButtonFunctionResult
Action that user took in associated dialog box.
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
Property having ButtonFunction defined as Button function. Do not try to change value of associated custom property by using this. Instead, values should be changed by using Properties.
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
See Also