Exemplo n.º 1
0
 public void Init(AppDef_MultiPointConstraint theValue)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public AppDef_Array1OfMultiPointConstraint(AppDef_MultiPointConstraint theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public AppDef_MultiPointConstraint(AppDef_MultiPointConstraint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void SetValue(int theIndex, AppDef_MultiPointConstraint theItem)
 {
     throw new NotImplementedException();
 }
 public AppDef_HArray1OfMultiPointConstraint(int theLower, int theUpper, AppDef_MultiPointConstraint theValue)
     : base()
 {
     throw new NotImplementedException();
 }