BlockAttributeDefinitions Property
|
Gets the
entity list of the block.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AttributeDefinitionDictionary AttributeDefinitions { get; set; }
Public Property AttributeDefinitions As AttributeDefinitionDictionary
Get
Set
public:
property AttributeDefinitionDictionary^ AttributeDefinitions {
AttributeDefinitionDictionary^ get ();
void set (AttributeDefinitionDictionary^ value);
}
member AttributeDefinitions : AttributeDefinitionDictionary with get, set
PROPERTY AttributeDefinitions AS AttributeDefinitionDictionary GET SET
Property Value
Type:
AttributeDefinitionDictionaryRemarks Null or attribute definitions already owned by another block or document cannot be added to the list.
See Also