Gets or sets whether to use a
custom hem cost for sheet metal parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseCustomHemCost As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Boolean
instance.UseCustomHemCost = value
value = instance.UseCustomHemCost |
C# | |
---|
System.bool UseCustomHemCost {get; set;} |
C++/CLI | |
---|
property System.bool UseCustomHemCost {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use a custom hem cost for sheet metal parts, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0