Creates a new ListOfHotspots with the data contained at the specified csvFilename.
Namespace: FlightPlan.Optimizer.Wfs.FeatureTypesAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ListOfHotspots( FeatureType type, string csvFilename ) |
Visual Basic |
---|
Public Sub New ( _ type As FeatureType, _ csvFilename As String _ ) |
Visual C++ |
---|
public: ListOfHotspots( FeatureType type, String^ csvFilename ) |
Parameters
- type
- Type: FlightPlan.Optimizer.Wfs..::..FeatureType
[Missing <param name="type"/> documentation for "M:FlightPlan.Optimizer.Wfs.FeatureTypes.ListOfHotspots.#ctor(FlightPlan.Optimizer.Wfs.FeatureType,System.String)"]
- csvFilename
- Type: System..::..String
The Path to the csv filename.