'Declaration <DescriptionAttribute("The color map for the gray channel of image.")> Public Property GrayMap As Byte[]
[Description("The color map for the gray channel of image.")] public byte[] GrayMap { get; set; }
[Description("The color map for the gray channel of image.")] public: __property byte[] get_GrayMap(); public: __property void set_GrayMap(
byte[]* value
);