public override string ToString() { string line = " " + StringUtil.FillSpaceLeft(SiteCode, 4) + " " + StringUtil.FillSpaceLeft(PointCode, 2) + " " + StringUtil.FillSpaceLeft(SolutionID, 4) + " " + ObservationCode + " " + DateStart.ToYdsString() + " " + DateEnd.ToYdsString() + " " + DateMean.ToYdsString() ; return(line); }
/// <summary> /// *SITE PT SOLN TProduct DATA_START__ DATA_END____ DESCRIPTION_________ S/N__ FIRMWARE___ /// </summary> /// <returns></returns> public override string ToString() { string line = " " + StringUtil.FillSpaceLeft(SiteCode, 4) + " " + StringUtil.FillSpaceLeft(PointCode, 2) + " " + StringUtil.FillSpaceLeft(SolutionID, 4) + " " + ObservationCode + " " + DateStart.ToYdsString() + " " + DateEnd.ToYdsString() + " " + StringUtil.FillSpaceLeft(AntennaType, 20) + " " + StringUtil.FillSpaceLeft(AntennaSerialNumber, 5) ; return(line); }
public override string ToString() { string line = " " + StringUtil.FillSpaceLeft(SiteCode, 4) + " " + StringUtil.FillSpaceLeft(PointCode, 2) + " " + StringUtil.FillSpaceLeft(SolutionID, 4) + " " + ObservationCode + " " + DateStart.ToYdsString() + " " + DateEnd.ToYdsString() + " " + StringUtil.FillSpaceLeft(EccentricityReferenceSystem, 3) + " " + Une.ToRnxString(8.4) ; return(line); }