Gets or sets whether a user can specify the X, Y, and Z block dimensions to add to the tightest fitting stock faces for this machining Cost analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SpecificSizeEnabled As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Boolean
instance.SpecificSizeEnabled = value
value = instance.SpecificSizeEnabled |
C# | |
---|
System.bool SpecificSizeEnabled {get; set;} |
C++/CLI | |
---|
property System.bool SpecificSizeEnabled {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if a user can specify the X, Y, and Z block dimensions to add to the tightest fitting stock faces, false if not
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0