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