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