SIFWorks ADK 2.0
Speedometer Constructor (unit, value)
NamespacesEdustructures.SifWorks.TransSpeedometerSpeedometerSpeedometerNew(DistanceUnit, String)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public Speedometer(
	DistanceUnit unit,
	string value
)
Public Sub New ( _
	unit As DistanceUnit, _
	value As String _
)
public:
Speedometer (
	DistanceUnit^ unit, 
	String^ value
)
Parameters
unit (DistanceUnit)
Units used in the speedometer reading. 
value (String)
Gets or sets the content value of the <Speedometer> element

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10