public ShowAtStartupEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public OrientationEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public ScaleFactorEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public MinViewRangeEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public NameEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public LongitudeEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public MeshFilePathEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public ExtendedInformationEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public DistanceAboveSurfaceEnumerator(Type_ModelFeature par) { parent = par; nIndex = -1; }
public void ReplaceModelFeatureAt(Type_ModelFeature newValue, int index) { ReplaceDomElementAt("", "ModelFeature", index, newValue); }
public void InsertModelFeatureAt(Type_ModelFeature newValue, int index) { InsertDomElementAt("", "ModelFeature", index, newValue); }
public XmlNode AddModelFeature(Type_ModelFeature newValue) { return AppendDomElement("", "ModelFeature", newValue); }