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

011afa2a 2888 a207 5859 7a4877d7d945

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyle Constructor

netDxf 3.0.0 Library

Initializes a new instance of the DimensionStyle class.

Definition

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

C#

public DimensionStyle(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
DimensionStyle(
	String^ name
)

F#

new : 
        name : string -> DimensionStyle

Parameters

  String
The dimension style name.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally