Creates a new ListOfFeaturesTypes with the data contained at the specified csvFilename.

Namespace: FlightPlan.Optimizer.Wfs.FeatureTypes
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ListOfFeaturesTypes(
	FeatureType type,
	string csvFilename
)
Visual Basic
Public Sub New ( _
	type As FeatureType, _
	csvFilename As String _
)
Visual C++
public:
ListOfFeaturesTypes(
	FeatureType type, 
	String^ csvFilename
)

Parameters

type
Type: FlightPlan.Optimizer.Wfs..::..FeatureType

[Missing <param name="type"/> documentation for "M:FlightPlan.Optimizer.Wfs.FeatureTypes.ListOfFeaturesTypes.#ctor(FlightPlan.Optimizer.Wfs.FeatureType,System.String)"]

csvFilename
Type: System..::..String
The Path to the csv filename.

See Also