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