Gets or sets the amount of light projected from this appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EmissionValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Double
instance.EmissionValue = value
value = instance.EmissionValue |
C# | |
---|
System.double EmissionValue {get; set;} |
C++/CLI | |
---|
property System.double EmissionValue {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 (default) <= Emission (w/srm^2) < 500.0
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34