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

9f7ce428 9ef5 e788 d584 d7a73cbe8e49

haplokuon edited this page May 6, 2023 · 1 revision

TdinDwg Property

netDxf 3.0.0 Library

Cumulative editing time for this drawing.

Definition

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

C#

public TimeSpan TdinDwg { get; set; }

VB

Public Property TdinDwg As TimeSpan
	Get
	Set

C++

public:
property TimeSpan TdinDwg {
	TimeSpan get ();
	void set (TimeSpan value);
}

F#

member TdinDwg : TimeSpan with get, set

Property Value

TimeSpan

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally