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