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