Gets or sets the emission energy normalization value for this material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EmissionEnergyNormalization As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Integer
instance.EmissionEnergyNormalization = value
value = instance.EmissionEnergyNormalization |
C# | |
---|
System.int EmissionEnergyNormalization {get; set;} |
C++/CLI | |
---|
property System.int EmissionEnergyNormalization {
System.int get();
void set ( & System.int value);
} |
Property Value
True (1) to enable emission energy normalization, default false (0) to not
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34