ACadSharp.Entities.Line.StartPoint - DomCR/ACadSharp GitHub Wiki

StartPoint Property

A 3D coordinate representing the start point of the object.

Definition

Namespace: ACadSharp.Entities.Line

C#

DxfCodeValueAttribute
public XYZ StartPoint { get; set; }

Property Value

XYZ