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