Esempio n. 1
0
 internal DimensionParamData(CustomFeatureDimensionType_e type, double val)
 {
     Type  = type;
     Value = val;
 }
 /// <summary>
 /// Marks this property as dimension and assigns the dimension type
 /// </summary>
 /// <param name="dimType">Type of the dimension</param>
 public ParameterDimensionAttribute(CustomFeatureDimensionType_e dimType)
 {
     DimensionType = dimType;
 }