This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
d94e6961 e83e 6ea9 27aa 72bfae294a39
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the entity list of the block.
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
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.