Gets or sets the custom cost per bend for sheet metal parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomBendCost As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Double
instance.CustomBendCost = value
value = instance.CustomBendCost |
C# | |
---|
System.double CustomBendCost {get; set;} |
C++/CLI | |
---|
property System.double CustomBendCost {
System.double get();
void set ( & System.double value);
} |
Property Value
Custom cost per bend for sheet metal parts
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0