Click or drag to resize

CustomProperty Class

Represents custom property in Properties UI
Inheritance Hierarchy
SystemObject
  ATR.CT.CTInterfaceCustomProperty

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

The CustomProperty type exposes the following members.

Constructors
 NameDescription
Public methodCustomPropertyInitializes a new instance of the CustomProperty class
Top
Properties
 NameDescription
Public propertyChanged True when value of this property is changed by add-in; false otherwise.
Public propertyMatrixData Possible matrix data related to property. I.e. revision property hold all the revision information in this member.
Public propertyOriginalValue Original value of the property
Public propertyOriginalValueFromConf Name of the configuration that original value is read from.
Public propertyProperty Related ICTProperty object.
Public propertyResolvedValue Current resolved value of the property. I.e. curren value of parameter is used instead of link to parameter.
Public propertyValue Current unresolved value of property. I.e. may contain parameters.
Top
Methods
 NameDescription
Public methodInit Constructor
Top
See Also