RGLMeasureSystem
This page covers the description of the RGLMeasureSystem enumeration
public class RGLMeasureSystem {
public static final int METRIC = 0;
public static final int IMPERIAL = 1;
}Last updated
This page covers the description of the RGLMeasureSystem enumeration
public class RGLMeasureSystem {
public static final int METRIC = 0;
public static final int IMPERIAL = 1;
}Last updated