'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 - если изображение MPR скорректировано НЕ с регулярным интервалом срезов; false - если коррекция интервала срезов НЕ требуется или изображение MPR НЕ инициализировано.