예제 #1
0
 public TextureWidthPixelsEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #2
0
 public ShowAtStartupEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #3
0
 public TextureFilePathEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #4
0
 public MouseoverTextColorEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #5
0
 public NameEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #6
0
 public LongitudeEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #7
0
 public MinimumDisplayAltitudeEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #8
0
 public ExtendedInformationEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #9
0
 public IconHeightPixelsEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #10
0
 public DescriptionEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #11
0
 public DistanceAboveSurfaceEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #12
0
 public ClickableUrlEnumerator(Type_Icon par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #13
0
 public XmlNode AddIcon(Type_Icon newValue)
 {
     return AppendDomElement("", "Icon", newValue);
 }
예제 #14
0
 public void ReplaceIconAt(Type_Icon newValue, int index)
 {
     ReplaceDomElementAt("", "Icon", index, newValue);
 }
예제 #15
0
 public void InsertIconAt(Type_Icon newValue, int index)
 {
     InsertDomElementAt("", "Icon", index, newValue);
 }
예제 #16
0
		public void AddIcon(Type_Icon newValue)
		{
			AppendDomElement("", "Icon", newValue);
		}