ExerciseLap.Builder.SetLength(Length) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the length of this lap
[Android.Runtime.Register("setLength", "(Landroid/health/connect/datatypes/units/Length;)Landroid/health/connect/datatypes/ExerciseLap$Builder;", "", ApiSince=34)]
public Android.Health.Connect.DataTypes.ExerciseLap.Builder SetLength(Android.Health.Connect.DataTypes.Units.Length length);
[<Android.Runtime.Register("setLength", "(Landroid/health/connect/datatypes/units/Length;)Landroid/health/connect/datatypes/ExerciseLap$Builder;", "", ApiSince=34)>]
member this.SetLength : Android.Health.Connect.DataTypes.Units.Length -> Android.Health.Connect.DataTypes.ExerciseLap.Builder
Parameters
- length
- Length
Length of the lap, in Length unit. Optional field. Valid range: 0-1000000 meters. This value cannot be null.
Returns
- Attributes
Remarks
Sets the length of this lap
Android reference for android.health.connect.datatypes.ExerciseLap.Builder.setLength.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.