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

WriteSpiral() private static method

private static WriteSpiral ( XmlWriter writer, AgGateway.ADAPT.ApplicationDataModel.Guidance.Spiral spiral ) : void
writer System.Xml.XmlWriter
spiral AgGateway.ADAPT.ApplicationDataModel.Guidance.Spiral
return void
        private static void WriteSpiral(XmlWriter writer, Spiral spiral)
        {
            ShapeWriter.WriteLine(writer, spiral.Shape, "5");
        }