ImageGear .NET v24.12 - Updated
Attenuation Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : Attenuation Property
The attenuation model used by the light source. Controls the rate at which the luminosity decreases over distance. Attenuation only affects POINT and SPOTLIGHT type light sources.
Syntax
'Declaration
 
Public Property Attenuation As CADLight.AttenuationModel
'Usage
 
Dim instance As CADLight
Dim value As CADLight.AttenuationModel
 
instance.Attenuation = value
 
value = instance.Attenuation
public CADLight.AttenuationModel Attenuation {get; set;}
public: __property CADLight.AttenuationModel get_Attenuation();
public: __property void set_Attenuation( 
   CADLight.AttenuationModel value
);
public:
property CADLight.AttenuationModel Attenuation {
   CADLight.AttenuationModel get();
   void set (    CADLight.AttenuationModel value);
}
See Also

Reference

CADLight Class
CADLight Members