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