Gets or sets the removed material processing option for machined parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RemovedMaterialProcessingType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Integer
instance.RemovedMaterialProcessingType = value
value = instance.RemovedMaterialProcessingType |
C# | |
---|
System.int RemovedMaterialProcessingType {get; set;} |
C++/CLI | |
---|
property System.int RemovedMaterialProcessingType {
System.int get();
void set ( & System.int value);
} |
Property Value
Removed material processing option as defined in
swcRemovedMaterialProcessingType_e
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0