'Declaration <DescriptionAttribute("The maximum curvature of line. Valid values are from 0.0 to 1.0.")> <DefaultValueAttribute(0,1)> Public Property MaxCurvature As Double
[Description("The maximum curvature of line. Valid values are from 0.0 to 1.0.")] [DefaultValue(0,1)] public double MaxCurvature { get; set; }
[Description("The maximum curvature of line. Valid values are from 0.0 to 1.0.")] [DefaultValue(0,1)] public: __property double get_MaxCurvature(); public: __property void set_MaxCurvature(
double value
);
[Description("The maximum curvature of line. Valid values are from 0.0 to 1.0.")] [DefaultValue(0,1)] public:
property double MaxCurvature { double get(); void set(double value); }
Property Value
Valid values are from 0.0 to 1.0.
Default value is 0.1.
0 - ideal line (without curvature); 1 - curve with radius of line length.
Default value is 0.1.
0 - ideal line (without curvature); 1 - curve with radius of line length.