DXFReaderNETControlPlotTime Property
|
Returns the time needed to plot a DXF file.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public TimeSpan PlotTime { get; }
Public ReadOnly Property PlotTime As TimeSpan
Get
public:
property TimeSpan PlotTime {
TimeSpan get ();
}
member PlotTime : TimeSpan with get
PROPERTY PlotTime AS TimeSpan GET
Property Value
Type:
TimeSpanSee Also