ImageGear PDF v25.2 - Updated
CreateLight Method




ImageGear.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : CreateLight Method
Creates a new instance of CADLight.
Syntax
'Declaration
 
Public Function CreateLight() As CADLight
'Usage
 
Dim instance As ImGearDWGPage
Dim value As CADLight
 
value = instance.CreateLight()
public CADLight CreateLight()
public: CADLight* CreateLight(); 
public:
CADLight^ CreateLight(); 

Return Value

Returns a new instance of CADLight
Remarks
You must use UpdateLight or UpdateLights to change CADLight properties
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members

Is this page helpful?
Yes No
Thanks for your feedback.