'Declaration <DescriptionAttribute("The length, in millimeters, of the MPR image cube by Y axis.")> <CategoryAttribute("Physical properties")> Public ReadOnly Property YLength As Double
[Description("The length, in millimeters, of the MPR image cube by Y axis.")] [Category("Physical properties")] public double YLength { get; }
[Description("The length, in millimeters, of the MPR image cube by Y axis.")] [Category("Physical properties")] public: __property double get_YLength();
[Description("The length, in millimeters, of the MPR image cube by Y axis.")] [Category("Physical properties")] public:
property double YLength { double get(); }