'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the MPR image must correct NOT regular slices interval.")> <CategoryAttribute("Settings")> Public Property CorrectNotRegularSlicesInterval As Boolean
[DefaultValue(True)] [Description("A value indicating whether the MPR image must correct NOT regular slices interval.")] [Category("Settings")] public bool CorrectNotRegularSlicesInterval { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the MPR image must correct NOT regular slices interval.")] [Category("Settings")] public: __property bool get_CorrectNotRegularSlicesInterval(); public: __property void set_CorrectNotRegularSlicesInterval(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the MPR image must correct NOT regular slices interval.")] [Category("Settings")] public:
property bool CorrectNotRegularSlicesInterval { bool get(); void set(bool value); }
Property Value
True - изображение MPR корректирует НЕ обычный интервал срезов; false - метод Initialize(MprImagePlanarSlice[]) выдает исключение, если интервал срезов НЕ является регулярным.