Gocator API > Go2.Profile > Values > Go2ProfileStripLocation
Gocator 2x00 API
Go2ProfileStripLocation
Description

Determines the location of the edge to measure.

C
enum Go2ProfileStripLocation {
  GO2_PROFILE_STRIP_LOCATION_LEFT = 0,
  GO2_PROFILE_STRIP_LOCATION_RIGHT = 1,
  GO2_PROFILE_STRIP_LOCATION_CENTER = 2
};
Members
Members 
Description 
GO2_PROFILE_STRIP_LOCATION_LEFT = 0 
Measure the left edge of the strip. 
GO2_PROFILE_STRIP_LOCATION_RIGHT = 1 
Measure the right edge of the strip. 
GO2_PROFILE_STRIP_LOCATION_CENTER = 2 
Measure the center position of the strip. 
File

Go2ProfileTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.