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