LinearDimensionSetDimensionLinePosition Method
|
Calculates the dimension offset from a point along the dimension line.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void SetDimensionLinePosition(
Vector2 point
)
Public Sub SetDimensionLinePosition (
point As Vector2
)
public:
void SetDimensionLinePosition(
Vector2 point
)
member SetDimensionLinePosition :
point : Vector2 -> unit
METHOD SetDimensionLinePosition(
point AS Vector2
) AS VOID
Parameters
- point
- Type: DXFReaderNETVector2
Point along the dimension line.
See Also