TwoLineElement.GenerateTwoLineStrings(String, String) Method

Top 

Description

Generate strings containing the two-line-element data.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TwoLineElement.GenerateTwoLineStrings(

String tleLine1,


String tleLine2)

 

 

Arguments

tleLine1


Description:

The first line of the two-line-element data

 

 

tleLine2


Description:

The second line of the two-line-element data

 

 

 

Syntax

myTwoLineElement1.GenerateTwoLineStrings(myString1, myString2);

 

 

See also

TwoLineElement Object