Please review xml kml file attachment below for details.
SelectSingleNode is returning null from the path below. Review xml kml file to see what I am doing wrong below.
XmlNode n = kmlDoc.DocumentElement.SelectSingleNode("/kml/Document/Placemark/MultiGeometry/Polygon/outerBoundaryIs/LinearRing/coordinates");