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

85101d81 69f9 a87f 49c5 173b80890779

haplokuon edited this page May 6, 2023 · 1 revision

Values Property

netDxf 3.0.0 Library

Gets an ICollection containing the DimensionStyleOverride list of the current dictionary.

Definition

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

C#

public ICollection<DimensionStyleOverride> Values { get; }

VB

Public ReadOnly Property Values As ICollection(Of DimensionStyleOverride)
	Get

C++

public:
virtual property ICollection<DimensionStyleOverride^>^ Values {
	ICollection<DimensionStyleOverride^>^ get () sealed;
}

F#

abstract Values : ICollection<DimensionStyleOverride> with get
override Values : ICollection<DimensionStyleOverride> with get

Property Value

ICollection(DimensionStyleOverride)

Implements

IDictionary(TKey, TValue).Values

See Also

Reference

DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace

Clone this wiki locally