Removes the FeatureType with the specified Id from this list.

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

Syntax

C#
public void FilterId(
	string id
)
Visual Basic
Public Sub FilterId ( _
	id As String _
)
Visual C++
public:
void FilterId(
	String^ id
)

Parameters

id
Type: System..::..String
The id to search.

See Also