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