Example #1
0
 public ShowAtStartupEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #2
0
 public OrientationEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #3
0
 public ScaleFactorEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #4
0
 public MinViewRangeEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #5
0
 public NameEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #6
0
 public LongitudeEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #7
0
 public MeshFilePathEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #8
0
 public ExtendedInformationEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #9
0
 public DistanceAboveSurfaceEnumerator(Type_ModelFeature par)
 {
     parent = par;
     nIndex = -1;
 }
Example #10
0
 public void ReplaceModelFeatureAt(Type_ModelFeature newValue, int index)
 {
     ReplaceDomElementAt("", "ModelFeature", index, newValue);
 }
Example #11
0
 public void InsertModelFeatureAt(Type_ModelFeature newValue, int index)
 {
     InsertDomElementAt("", "ModelFeature", index, newValue);
 }
Example #12
0
 public XmlNode AddModelFeature(Type_ModelFeature newValue)
 {
     return AppendDomElement("", "ModelFeature", newValue);
 }