'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("Number of data layers in aztec symbol.")> <CategoryAttribute("Aztec")> Public Property AztecDataLayers As Integer
[DefaultValue(0)] [Description("Number of data layers in aztec symbol.")] [Category("Aztec")] public int AztecDataLayers { get; set; }
[DefaultValue(0)] [Description("Number of data layers in aztec symbol.")] [Category("Aztec")] public: __property int get_AztecDataLayers(); public: __property void set_AztecDataLayers(
int value
);
[DefaultValue(0)] [Description("Number of data layers in aztec symbol.")] [Category("Aztec")] public:
property int AztecDataLayers { int get(); void set(int value); }
Property Value
Default value is 0 (number of data layers calculated automatically).