Click or drag to resize

CustomPropertyInit Method

Constructor

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void Init(
	ICTProperty oProperty,
	string oValue,
	string oResolvedValue,
	string oOriginalValue,
	string oOriginalValueFromConf,
	string oMatrixData
)

Parameters

oProperty  ICTProperty
Related ICTProperty object.
oValue  String
Current unresolved value of property. I.e. may contain parameters.
oResolvedValue  String
Current resolved value of the property. I.e. curren value of parameter is used instead of link to parameter.
oOriginalValue  String
Original value of the property
oOriginalValueFromConf  String
Name of the configuration that original value is read from.
oMatrixData  String
Possible matrix data related to property. I.e. revision property hold all the revision information in this member.
See Also