Click or drag to resize
CTInterface.ButtonFuncArgs Class
Event argument class for ButtonFunctionResult.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.ButtonFuncArgs

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

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

CUSTOMTOOLS 2016 SP4


Revised in Description
CUSTOMTOOLS 2017 SP2 Extended with SelectedProject. Not available in CUSTOMTOOLS 2018 SP0 though.
See Also