CadLightLightName Property |
Gets or sets the name of the light.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string LightName { get; set; }Public Property LightName As String
Get
Set
public:
property String^ LightName {
String^ get ();
void set (String^ value);
}member LightName : string with get, set
Property Value
Type:
String
The name of the light.
See Also