Esempio n. 1
0
		} //	end SetEUInfoAnalog


		/// <summary>
		///
		/// </summary>
		/// <param name="enumeratedValues"></param>
		/// <returns></returns>
		/// <include
		///		file='TBNS.doc.xml'
		///		path='//class[@name="DaAddressSpaceElement"]/
		///		method[@name="SetEUInfoEnumerated"]/doc/*'
		///	/>
		public int SetEUInfoEnumerated(string[] enumeratedValues)
		{
			return OTBFunctions.OTSSetEUInfo(m_objectHandle, true, enumeratedValues.Length, enumeratedValues, 0, 0);
		} //	end SetEUInfoEnumerated
Esempio n. 2
0
		} //	end Change


		/// <summary>
		/// Used to add the Engineering Units related properties as Analog EU type
		/// </summary>
		/// <param name="lowEULimit">Low value for the property 102</param>
		/// <param name="highEULimit">High value for the property 103</param>
		/// <returns>result code</returns>
		/// <include
		///		file='TBNS.doc.xml'
		///		path='//class[@name="DaAddressSpaceElement"]/
		///		method[@name="SetEUInfoAnalog"]/doc/*'
		///	/>
		public int SetEUInfoAnalog(double lowEULimit, double highEULimit)
		{
			return OTBFunctions.OTSSetEUInfo(m_objectHandle, false, 0, null, lowEULimit, highEULimit);
		} //	end SetEUInfoAnalog