Esempio n. 1
0
        ///<summary>
        /// Retrieves the PwrCalcType field</summary>
        /// <returns>Returns nullable PwrZoneCalc enum representing the PwrCalcType field</returns>
        public PwrZoneCalc?GetPwrCalcType()
        {
            object      obj   = GetFieldValue(7, 0, Fit.SubfieldIndexMainField);
            PwrZoneCalc?value = obj == null ? (PwrZoneCalc?)null : (PwrZoneCalc)obj;

            return(value);
        }
Esempio n. 2
0
 /// <summary>
 /// Set PwrCalcType field</summary>
 /// <param name="pwrCalcType_">Nullable field value to be set</param>
 public void SetPwrCalcType(PwrZoneCalc?pwrCalcType_)
 {
     SetFieldValue(7, 0, pwrCalcType_, Fit.SubfieldIndexMainField);
 }