FSUIPC Client DLL
.NET interface for FSUIPC
FsTaxiwaySegment Class Reference

A class holding information about a Taxiway Segment More...

Public Member Functions

override string ToString ()
 Returns a string representing the type of this segment More...
 

Properties

FsTaxiwaySegmentType Type [get, set]
 The type of segment More...
 
FsLatLonPoint StartPoint [get, set]
 The start point of this segment (on the centre line) More...
 
double StartWidthMetres [get, set]
 The width in metres of this segment at the start point More...
 
double StartWidthFeet [get]
 The width in feet of this segment at the start point More...
 
FsLatLonPoint EndPoint [get, set]
 The end point of this segment (on the centre line) More...
 
double EndWidthMetres [get, set]
 The width in metres of this segment at the end point More...
 
double EndWidthFeet [get]
 The width in feet of this segment at the end point More...
 
FsLatLonQuadrilateral Bounds [get]
 The bounding rectangle of this segment More...
 
bool IsPlayerOnSegment [get, set]
 Returns true if the player is within the bounds of this taxiway segment More...
 
FsTaxiwaySegment Next [get, set]
 The next segment on this taxiway. Returns null (Nothing in VB.NET) if this is the last segment. More...
 
FsTaxiwaySegment Previous [get, set]
 The previous segment on this taxiway. Returns null (Nothing in VB.NET) if this is the first segment. More...
 

Detailed Description

A class holding information about a Taxiway Segment

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns a string representing the type of this segment

Returns

Property Documentation

◆ Bounds

The bounding rectangle of this segment

◆ EndPoint

FsLatLonPoint EndPoint
getset

The end point of this segment (on the centre line)

◆ EndWidthFeet

double EndWidthFeet
get

The width in feet of this segment at the end point

◆ EndWidthMetres

double EndWidthMetres
getset

The width in metres of this segment at the end point

◆ IsPlayerOnSegment

bool IsPlayerOnSegment
getset

Returns true if the player is within the bounds of this taxiway segment

◆ Next

FsTaxiwaySegment Next
getset

The next segment on this taxiway. Returns null (Nothing in VB.NET) if this is the last segment.

◆ Previous

FsTaxiwaySegment Previous
getset

The previous segment on this taxiway. Returns null (Nothing in VB.NET) if this is the first segment.

◆ StartPoint

FsLatLonPoint StartPoint
getset

The start point of this segment (on the centre line)

◆ StartWidthFeet

double StartWidthFeet
get

The width in feet of this segment at the start point

◆ StartWidthMetres

double StartWidthMetres
getset

The width in metres of this segment at the start point

◆ Type

FsTaxiwaySegmentType Type
getset

The type of segment