'Declaration <CategoryAttribute("Polygon Point")> <DescriptionAttribute("The interaction radius of polygon points.")> <DefaultValueAttribute(4)> Public Property PolygonPointInteractionRadius As Double
[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); }
Property Value
Default value is 4. Minimum value is 0.