'Declaration <DescriptionAttribute("The map for blue channel.")> Public Property BlueMap As Byte[]
[Description("The map for blue channel.")] public byte[] BlueMap { get; set; }
[Description("The map for blue channel.")] public: __property byte[] get_BlueMap(); public: __property void set_BlueMap(
byte[]* value
);