コード例 #1
0
			public ShowAtStartupEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #2
0
			public NameEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #3
0
			public RGBColorEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #4
0
			public ExtendedInformationEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #5
0
		public void ReplacePathListAt(Type_PathList2 newValue, int index)
		{
			ReplaceDomElementAt("", "PathList", index, newValue);
		}
コード例 #6
0
			public PathsDirectoryEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #7
0
		public void AddPathList(Type_PathList2 newValue)
		{
			AppendDomElement("", "PathList", newValue);
		}
コード例 #8
0
 public RGBColorEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #9
0
 public DistanceAboveSurfaceEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #10
0
 public MaxDisplayAltitudeEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #11
0
 public NameEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #12
0
 public ShowAtStartupEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #13
0
 public ExtendedInformationEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #14
0
			public DistanceAboveSurfaceEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #15
0
		public void InsertPathListAt(Type_PathList2 newValue, int index)
		{
			InsertDomElementAt("", "PathList", index, newValue);
		}
コード例 #16
0
			public MaxDisplayAltitudeEnumerator(Type_PathList2 par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #17
0
 public PathsDirectoryEnumerator(Type_PathList2 par)
 {
     parent = par;
     nIndex = -1;
 }