| 
 
 ILightSource_DG InterfaceProperties
    PointDg LocationLightSourceType_DG TypeLightPositioningType_DG PositioningType Methods
GetLocationSetLocationGetColorSetColorGetColorSetColor 
 	void GetLocation(float x, float y, float z) 
 	void SetLocation(float dX, float dY, float dZ) This call is ignored if PositioningType is LightPositioningType_DG.Automatic 
 	Color GetColor(LightComponent_DG component) 
 	void SetColor(LightComponent_DG component, Color color) 
 	void GetColor(LightComponent_DG component, float red, float green, float blue) 
 	void SetColor(LightComponent_DG component, float fRed, float green, float fBlue) 
 |