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