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

5e41e014 0321 2b97 0e31 08a048d2b062

haplokuon edited this page May 6, 2023 · 1 revision

Type Property

netDxf 3.0.0 Library

Gets the type of the dimension style to override.

Definition

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

C#

public DimensionStyleOverrideType Type { get; }

VB

Public ReadOnly Property Type As DimensionStyleOverrideType
	Get

C++

public:
property DimensionStyleOverrideType Type {
	DimensionStyleOverrideType get ();
}

F#

member Type : DimensionStyleOverrideType with get

Property Value

DimensionStyleOverrideType

See Also

Reference

DimensionStyleOverride Class
netDxf.Tables Namespace

Clone this wiki locally