ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / OuterConeAngle Property




In This Topic
    OuterConeAngle Property
    In This Topic
    The outer angle of the light cone (in radians) on the range [0.0, 2.79253] (160 degrees). Outer cone angle only affects SPOTLIGHT type light sources.
    Syntax
    'Declaration
     
    Public Property OuterConeAngle As Double
    'Usage
     
    Dim instance As CADLight
    Dim value As Double
     
    instance.OuterConeAngle = value
     
    value = instance.OuterConeAngle
    public double OuterConeAngle {get; set;}
    public: __property double get_OuterConeAngle();
    public: __property void set_OuterConeAngle( 
       double value
    );
    public:
    property double OuterConeAngle {
       double get();
       void set (    double value);
    }
    See Also