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