[Category("Polygon Point")] [Description("The interaction radius of polygon points.")] [DefaultValue(4)] public double PolygonPointInteractionRadius { get; set; }
[Category("Polygon Point")] [Description("The interaction radius of polygon points.")] [DefaultValue(4)] public: __property double get_PolygonPointInteractionRadius(); public: __property void set_PolygonPointInteractionRadius(
double value
);
[Category("Polygon Point")] [Description("The interaction radius of polygon points.")] [DefaultValue(4)] public:
property double PolygonPointInteractionRadius { double get(); void set(double value); }
'Declaration <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The interaction radius of polygon points.")> <DefaultValueAttribute(4)> Public Property PolygonPointInteractionRadius As Double
Property Value
Значение по умолчанию - 4. Минимальное значение - 0.