Click or drag to resize
UomVelocityUnit Constructor (Double, Double, String, String, Int64, String, String, String)
Initializes a new instance of the UomVelocityUnit class

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public UomVelocityUnit(
	double factorB,
	double factorC,
	string name,
	string authority,
	long authorityCode,
	string aliasName,
	string abbreviation,
	string remarks
)

Parameters

factorB
Type: SystemDouble
factorC
Type: SystemDouble
name
Type: SystemString
authority
Type: SystemString
authorityCode
Type: SystemInt64
aliasName
Type: SystemString
abbreviation
Type: SystemString
remarks
Type: SystemString
See Also