You are here: Start » FIL.NET » ProfileBox.ProfileBoxDataSlot.SetSegment2D Method

ProfileBox.ProfileBoxDataSlot.SetSegment2D Method

Sets data slot to a Segment2D primitive with specified start and end point.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetSegment2D
(
	FilNet.Point2D p1,
	FilNet.Point2D p2
)

Parameters

Name Type Range Default Description
p1FilNet.Point2D
p2FilNet.Point2D

Function Overrides

See also