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