コード例 #1
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void AddGetLegendGraphic(GetLegendGraphicType newValue)
 {
     AppendDomElement("", "GetLegendGraphic", newValue);
 }
コード例 #3
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
 {
     InsertDomElementAt("", "GetLegendGraphic", index, newValue);
 }
コード例 #4
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void InsertGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			InsertDomElementAt("", "GetLegendGraphic", index, newValue);
		}
コード例 #5
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceGetLegendGraphicAt(GetLegendGraphicType newValue, int index)
		{
			ReplaceDomElementAt("", "GetLegendGraphic", index, newValue);
		}
コード例 #6
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddGetLegendGraphic(GetLegendGraphicType newValue)
		{
			AppendDomElement("", "GetLegendGraphic", newValue);
		}
コード例 #7
0
 public DCPTypeEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
 public FormatEnumerator(GetLegendGraphicType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #9
0
			public DCPTypeEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #10
0
			public FormatEnumerator(GetLegendGraphicType par) 
			{
				parent = par;
				nIndex = -1;
			}