Public Function New( _ ByVal outputFileName As String, _ ByVal directionType As DirectionType, _ ByVal directionUnits As DirectionUnits, _ ByVal directionDecimalPlaces As Integer, _ ByVal distanceDecimalPlaces As Integer _ )
public TraverseExportOptions( string outputFileName, DirectionType directionType, DirectionUnits directionUnits, int directionDecimalPlaces, int distanceDecimalPlaces )
Parameters
- outputFileName
- The output path name.
- directionType
- The direction type.
- directionUnits
- The direction units.
- directionDecimalPlaces
- The number of decimal places to display directions.
- distanceDecimalPlaces
- The number of decimal places to display distances.