'Declaration <CategoryAttribute("State")> <DescriptionAttribute("A value indicating whether the MPR image performed correction of NOT regular slices interval.")> Public ReadOnly Property IsSlicesIntervalCorrected As Boolean
[Category("State")] [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] public bool IsSlicesIntervalCorrected { get; }
[Category("State")] [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] public: __property bool get_IsSlicesIntervalCorrected();
[Category("State")] [Description("A value indicating whether the MPR image performed correction of NOT regular slices interval.")] 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.