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

d94e6961 e83e 6ea9 27aa 72bfae294a39

haplokuon edited this page May 6, 2023 · 1 revision

AttributeDefinitions Property

netDxf 3.0.0 Library

Gets the entity list of the block.

Definition

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

C#

public AttributeDefinitionDictionary AttributeDefinitions { get; }

VB

Public ReadOnly Property AttributeDefinitions As AttributeDefinitionDictionary
	Get

C++

public:
property AttributeDefinitionDictionary^ AttributeDefinitions {
	AttributeDefinitionDictionary^ get ();
}

F#

member AttributeDefinitions : AttributeDefinitionDictionary with get

Property Value

AttributeDefinitionDictionary

Remarks

Null or attribute definitions already owned by another block or document cannot be added to the list. Additionally Paper Space blocks do not contain attribute definitions.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally