Samraksh eMote .NOW
GetDisplacementRange Method



Request the window's displacement range.
Syntax
'Declaration
 
Public Function GetDisplacementRange( _
   ByVal portion As SAMPLE_WINDOW_PORTION _
) As Integer
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim portion As SAMPLE_WINDOW_PORTION
Dim value As Integer
 
value = instance.GetDisplacementRange(portion)
public int GetDisplacementRange( 
   SAMPLE_WINDOW_PORTION portion
)
public:
int GetDisplacementRange( 
   SAMPLE_WINDOW_PORTION portion
) 

Parameters

portion

Return Value

Returns the window's displacement range.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members

Send Feedback