public ShowAtStartupEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public NameEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public RGBColorEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
			public ExtendedInformationEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
		public void ReplacePathListAt(Type_PathList2 newValue, int index)
		{
			ReplaceDomElementAt("", "PathList", index, newValue);
		}
			public PathsDirectoryEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
		public void AddPathList(Type_PathList2 newValue)
		{
			AppendDomElement("", "PathList", newValue);
		}
 public RGBColorEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public DistanceAboveSurfaceEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public MaxDisplayAltitudeEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public NameEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public ShowAtStartupEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
 public ExtendedInformationEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
			public DistanceAboveSurfaceEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
		public void InsertPathListAt(Type_PathList2 newValue, int index)
		{
			InsertDomElementAt("", "PathList", index, newValue);
		}
			public MaxDisplayAltitudeEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
 public PathsDirectoryEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }