Gets or sets the percentage of product that is incinerated.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Incinerated As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityEndOfLife
Dim value As System.Double
instance.Incinerated = value
value = instance.Incinerated |
C# | |
---|
System.double Incinerated {get; set;} |
C++/CLI | |
---|
property System.double Incinerated {
System.double get();
void set ( & System.double value);
} |
Property Value
Percentage of the product that is incinerated
Example
See Also
Availability
SolidWorks Sustainability API 2013 SP0