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