Gets or sets the percentage of material that can be recycled.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RecycledContent As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityMaterial
Dim value As System.Double
instance.RecycledContent = value
value = instance.RecycledContent |
C# | |
---|
System.double RecycledContent {get; set;} |
C++/CLI | |
---|
property System.double RecycledContent {
System.double get();
void set ( & System.double value);
} |
Property Value
Percentage of material that can be recycled (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Sustainability API 2013 SP0