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

b1fdb189 1490 7ff2 b346 ab8b6aedee88

haplokuon edited this page May 6, 2023 · 1 revision

Types Property

netDxf 3.0.0 Library

Gets an ICollection containing the types of the current dictionary.

Definition

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

C#

public ICollection<DimensionStyleOverrideType> Types { get; }

VB

Public ReadOnly Property Types As ICollection(Of DimensionStyleOverrideType)
	Get

C++

public:
property ICollection<DimensionStyleOverrideType>^ Types {
	ICollection<DimensionStyleOverrideType>^ get ();
}

F#

member Types : ICollection<DimensionStyleOverrideType> with get

Property Value

ICollection(DimensionStyleOverrideType)

See Also

Reference

DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace

Clone this wiki locally