'Declaration <DescriptionAttribute("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")> Public Property QualityLayers As Double[]
[Description("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")] public double[] QualityLayers { get; set; }
[Description("Array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.")] public: __property double[] get_QualityLayers(); public: __property void set_QualityLayers(
double[]* value
);
Property Value
Значение не может быть нулевым. Значение должно содержать хотя бы один элемент. Значение должно содержать только неотрицательные элементы и хотя бы один положительный элемент. Значением по умолчанию является массив из одного элемента, содержащий только значение элемента 1.0.