'Declaration <DescriptionAttribute("A value indicating whether the MPR image performed correction of NOT regular slices interval.")> <CategoryAttribute("State")> Public ReadOnly Property IsSlicesIntervalCorrected As Boolean
[Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] [Category("State")] public bool IsSlicesIntervalCorrected { get; }
[Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] [Category("State")] public: __property bool get_IsSlicesIntervalCorrected();
[Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] [Category("State")] public:
property bool IsSlicesIntervalCorrected { bool get(); }
Property Value
True - if MPR image corrected NOT regular slices interval; false - if slices interval correction NOT necessary or MPR image is NOT initialized.