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