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