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