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

4890a611 feb6 5c1b a794 51817cc6d4ff

haplokuon edited this page May 6, 2023 · 1 revision

ConvertTo Method

netDxf 3.0.0 Library

Converts the actual edge to its entity equivalent.

Definition

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

C#

public override EntityObject ConvertTo()

VB

Public Overrides Function ConvertTo As EntityObject

C++

public:
virtual EntityObject^ ConvertTo() override

F#

abstract ConvertTo : unit -> EntityObject 
override ConvertTo : unit -> EntityObject 

Return Value

EntityObject
An entity equivalent to the actual edge.

See Also

Reference

HatchBoundaryPath.Polyline Class
netDxf.Entities Namespace

Clone this wiki locally