'Declaration <CategoryAttribute("Physical properties")> <DescriptionAttribute("The length, in pixels, of the MPR image data by Y axis.")> Public ReadOnly Property YDataLength As System.Int32
[Category("Physical properties")] [Description("The length, in pixels, of the MPR image data by Y axis.")] public System.Int32 YDataLength { get; }
[Category("Physical properties")] [Description("The length, in pixels, of the MPR image data by Y axis.")] public: __property System.Int32 get_YDataLength();
[Category("Physical properties")] [Description("The length, in pixels, of the MPR image data by Y axis.")] public:
property System.Int32 YDataLength { System.Int32 get(); }