Gets or sets the margin (also called offset) to use around the blank of the sheet metal part for this sheet metal Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BlankOffset As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisSheetMetal
Dim value As System.Double
instance.BlankOffset = value
value = instance.BlankOffset |
C# | |
---|
System.double BlankOffset {get; set;} |
C++/CLI | |
---|
property System.double BlankOffset {
System.double get();
void set ( & System.double value);
} |
Property Value
Margin to use around the blank
Remarks
See Also
Availability
SolidWorks Costing API 2013 SP0