'Declaration <DescriptionAttribute("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")> <DefaultValueAttribute(True)> Public Property ReconnectBrokenObjects As Boolean
[Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")] [DefaultValue(True)] public bool ReconnectBrokenObjects { get; set; }
[Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")] [DefaultValue(True)] public: __property bool get_ReconnectBrokenObjects(); public: __property void set_ReconnectBrokenObjects(
bool value
);
[Description("A value indicating whether a recognized line must be divided into several lines if line intersects other lines or objects.")] [DefaultValue(True)] public:
property bool ReconnectBrokenObjects { bool get(); void set(bool value); }
Property Value
true - распознанная линия будет разделена на несколько строк, если линия пересекает другие линии или объекты; false - распознанная строка будет возвращена в том виде, в каком она была распознана.