Gets or sets the distance traveled by truck from the region of manufacture to the region of use.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Truck As System.Double |
C# | |
---|
System.double Truck {get; set;} |
C++/CLI | |
---|
property System.double Truck {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 <= Distance in kilometers or miles traveled by truck <= 100,000,000.0
Example
See Also
Availability
SOLIDWORKS Sustainability API 2013 SP0