Gets or sets the size of the blank for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BlankSize As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Object
instance.BlankSize = value
value = instance.BlankSize |
C# | |
---|
System.object BlankSize {get; set;} |
C++/CLI | |
---|
property System.Object^ BlankSize {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
The material determines the size of the array:
Material |
Array |
Block |
3 doubles for the X, Y, and Z coordinates |
Cylinder |
2 doubles for the diameter and length |
Plate |
2 doubles for the length and width |
This property does not support setting:
See Also
Availability
SOLIDWORKS Costing API 2013 SP0