Gets or sets the type of size of the blank for this sheet metal Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BlankSizeType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisSheetMetal
Dim value As System.Integer
instance.BlankSizeType = value
value = instance.BlankSizeType |
C# | |
---|
System.int BlankSizeType {get; set;} |
C++/CLI | |
---|
property System.int BlankSizeType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of size for the blank as defined in
swcSheetMetalBlankSizeType_e
Example
See Also
Availability
SOLIDWORKS Costing API 2013 SP0