Gets or sets the clearcoat reflectivity of this material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Clearcoat As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Double
instance.Clearcoat = value
value = instance.Clearcoat |
C# | |
---|
System.double Clearcoat {get; set;} |
C++/CLI | |
---|
property System.double Clearcoat {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 (default) <= Clearcoat reflectivity < = 1.0
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34