CadVportTableObjectAmbientColor3 Property |
Gets or sets the ambient color3.
Namespace:
Aspose.CAD.FileFormats.Cad.CadTables
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadStringParameter AmbientColor3 { get; set; }Public Property AmbientColor3 As CadStringParameter
Get
Set
public:
property CadStringParameter^ AmbientColor3 {
CadStringParameter^ get ();
void set (CadStringParameter^ value);
}member AmbientColor3 : CadStringParameter with get, set
Property Value
Type:
CadStringParameter
The ambient color3.
See Also