Gets or sets the region of manufacture of the current part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ManufacturingRegion As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityManufacturing
Dim value As System.Integer
instance.ManufacturingRegion = value
value = instance.ManufacturingRegion |
C# | |
---|
System.int ManufacturingRegion {get; set;} |
C++/CLI | |
---|
property System.int ManufacturingRegion {
System.int get();
void set ( & System.int value);
} |
Property Value
Region of manufacture as defined in
swSustainabilityRegionName_e
Example
See Also
Availability
SolidWorks Sustainability API 2013 SP0