AttributeDefinitionDictionaryItem Property
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AttributeDefinition this[
string tag
] { get; set; }
Public Default Property Item (
tag As String
) As AttributeDefinition
Get
Set
public:
virtual property AttributeDefinition^ default[String^ tag] {
AttributeDefinition^ get (String^ tag) sealed;
void set (String^ tag, AttributeDefinition^ value) sealed;
}
abstract Item : AttributeDefinition with get, set
override Item : AttributeDefinition with get, set
PROPERTY SELF[
tag AS STRING
] AS AttributeDefinition GET SET
Parameters
- tag
- Type: SystemString
The tag of the attribute definition to get or set.
Return Value
Type:
AttributeDefinitionThe
attribute definition with the specified tag.
Implements
IDictionaryTKey, TValueItemTKeySee Also