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