'Declaration <DescriptionAttribute("The radius around a "medium" noise object which does not contain "not-noise" objects. Valid values are from 0 to 100.")> <DefaultValueAttribute(30)> Public Property Radius As System.Int32
[Description("The radius around a "medium" noise object which does not contain "not-noise" objects. Valid values are from 0 to 100.")] [DefaultValue(30)] public System.Int32 Radius { get; set; }
[Description("The radius around a "medium" noise object which does not contain "not-noise" objects. Valid values are from 0 to 100.")] [DefaultValue(30)] public: __property System.Int32 get_Radius(); public: __property void set_Radius(
System.Int32 value
);
[Description("The radius around a "medium" noise object which does not contain "not-noise" objects. Valid values are from 0 to 100.")] [DefaultValue(30)] public:
property System.Int32 Radius { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 0 to 100. Default value is 30.