'Declaration <CategoryAttribute("Rotation Assistant")> <DescriptionAttribute("The discrete angle of rotation assistant.")> <DefaultValueAttribute(45)> Public Property RotationAssistantDiscreteAngle As Double
[Category("Rotation Assistant")] [Description("The discrete angle of rotation assistant.")] [DefaultValue(45)] public double RotationAssistantDiscreteAngle { get; set; }
[Category("Rotation Assistant")] [Description("The discrete angle of rotation assistant.")] [DefaultValue(45)] public: __property double get_RotationAssistantDiscreteAngle(); public: __property void set_RotationAssistantDiscreteAngle(
double value
);
[Category("Rotation Assistant")] [Description("The discrete angle of rotation assistant.")] [DefaultValue(45)] public:
property double RotationAssistantDiscreteAngle { double get(); void set(double value); }
Property Value
Default value is 45. Minimum value is 1.