public TextureWidthPixelsEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public ShowAtStartupEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public TextureFilePathEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public MouseoverTextColorEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public NameEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public LongitudeEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public MinimumDisplayAltitudeEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public ExtendedInformationEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public IconHeightPixelsEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public DescriptionEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public DistanceAboveSurfaceEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public ClickableUrlEnumerator(Type_Icon par) { parent = par; nIndex = -1; }
public XmlNode AddIcon(Type_Icon newValue) { return AppendDomElement("", "Icon", newValue); }
public void ReplaceIconAt(Type_Icon newValue, int index) { ReplaceDomElementAt("", "Icon", index, newValue); }
public void InsertIconAt(Type_Icon newValue, int index) { InsertDomElementAt("", "Icon", index, newValue); }
public void AddIcon(Type_Icon newValue) { AppendDomElement("", "Icon", newValue); }