[Missing <summary> documentation for "P:FlightPlan.IRFLeg.DimN"]

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double DimN { get; set; }
Visual Basic
Public Property DimN As Double
	Get
	Set
Visual C++
public:
property double DimN {
	double get ();
	void set (double value);
}

See Also