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