Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9f47918b 2ce4 ebeb 7f3a dc197021f3fc

haplokuon edited this page May 6, 2023 · 1 revision

Length Method

netDxf 3.0.0 Library

Gets the total length of the line type.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Length()

VB

Public Function Length As Double

C++

public:
double Length()

F#

member Length : unit -> float 

Return Value

Double
[Missing <returns> documentation for "M:netDxf.Tables.Linetype.Length"]

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally