Gets or sets the maximum number of airway waypoints that the procedure will consider for each segment.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxWaypointCount() As Integer |
[C#] |
---|
public int MaxWaypointCount {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxWaypointCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxWaypointCount( long * pVal ); public: HRESULT put_MaxWaypointCount( long newVal ); |
[Java] |
---|
public int getMaxWaypointCount(); public void setMaxWaypointCount( int ); |