Gets or sets the amount of material discarded as scrap while manufacturing the current part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PrimaryScrapRate As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityManufacturing
Dim value As System.Double
instance.PrimaryScrapRate = value
value = instance.PrimaryScrapRate |
C# | |
---|
System.double PrimaryScrapRate {get; set;} |
C++/CLI | |
---|
property System.double PrimaryScrapRate {
System.double get();
void set ( & System.double value);
} |
Property Value
Scrap percentage
Example
See Also
Availability
SolidWorks Sustainability API 2013 SP0