| 
            
              XSarParametersSetPRITime Method
             | 
          
        
         가변 PRI의 경우 각 Burst의 Echo 신호에 대한 PRI 값을 저장한다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic void SetPRITime(
	int[] priChangeLine,
	double[] priTime,
	int[] burstID
)
Parameters
- priChangeLine  Int32
 - [In] PRI 값이 변경되는 Azimuth 위치(Line) 값. 
 - priTime  Double
 - [In] PRI 값. 
 - burstID  Int32
 - [In] 각 priChangeLine 값에 대응하는 Burst 인덱스[0 ~ (BurstsPerSubswath - 1)]. 
 
See Also