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