LineFollower.NormalizedLength Property
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.
Gets a point along the line at the specified normalized length.
public:
property float NormalizedLength { float get(); void set(float value); };
public float NormalizedLength { get; set; }
member this.NormalizedLength : single with get, set
Public Property NormalizedLength As Single