Пример #1
0
        ///<summary>
        /// Retrieves the TargetType field</summary>
        /// <returns>Returns nullable WktStepTarget enum representing the TargetType field</returns>
        public WktStepTarget?GetTargetType()
        {
            object        obj   = GetFieldValue(3, 0, Fit.SubfieldIndexMainField);
            WktStepTarget?value = obj == null ? (WktStepTarget?)null : (WktStepTarget)obj;

            return(value);
        }
Пример #2
0
 /// <summary>
 /// Set TargetType field</summary>
 /// <param name="targetType_">Nullable field value to be set</param>
 public void SetTargetType(WktStepTarget?targetType_)
 {
     SetFieldValue(3, 0, targetType_, Fit.SubfieldIndexMainField);
 }