  | CustomPropertyInit Method | 
            Constructor
            
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void Init(
	ICTProperty oProperty,
	string oValue,
	string oResolvedValue,
	string oOriginalValue,
	string oOriginalValueFromConf,
	string oMatrixData
)
Public Sub Init ( 
	oProperty As ICTProperty,
	oValue As String,
	oResolvedValue As String,
	oOriginalValue As String,
	oOriginalValueFromConf As String,
	oMatrixData As String
)
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