示例#1
0
 public void Init(AppDef_MultiPointConstraint theValue)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public AppDef_Array1OfMultiPointConstraint(AppDef_MultiPointConstraint theBegin, int theLower, int theUpper)
     : base()
 {
     throw new NotImplementedException();
 }
示例#3
0
 public AppDef_MultiPointConstraint(AppDef_MultiPointConstraint parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
示例#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();
 }