public AnalogDefinition3(
	ConfigurationCell3 parent,
	string label,
	uint scale,
	double offset,
	AnalogType type
)Public Sub New ( 
	parent As ConfigurationCell3,
	label As String,
	scale As UInteger,
	offset As Double,
	type As AnalogType
)public:
AnalogDefinition3(
	ConfigurationCell3^ parent, 
	String^ label, 
	unsigned int scale, 
	double offset, 
	AnalogType type
)Gemstone.PhasorProtocols.IEEEC37_118.AnalogDefinition3 = function(parent, label, scale, offset, type);