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