AgGateway.ADAPT.ISOv4Plugin.Writers.GuidancePatternWriter.WriteAbCurve C# (CSharp) Method

WriteAbCurve() private static method

private static WriteAbCurve ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Guidance.AbCurve abCurve ) : void
writer System.Xml.XmlWriter
abCurve AgGateway.ADAPT.ApplicationDataModel.Guidance.AbCurve
return void
        private static void WriteAbCurve(XmlWriter writer, AbCurve abCurve)
        {
            ShapeWriter.WriteLine(writer, abCurve.Shape[0], "5");
        }