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 422
6cc450ff dda6 5305 227f f26dda681d82
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the attribute definition with the specified tag.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AttributeDefinition this[
string tag
] { get; set; }
VB
Public Default Property Item (
tag As String
) As AttributeDefinition
Get
Set
C++
public:
virtual property AttributeDefinition^ default[String^ tag] {
AttributeDefinition^ get (String^ tag) sealed;
void set (String^ tag, AttributeDefinition^ value) sealed;
}
F#
abstract Item : AttributeDefinition with get, set
override Item : AttributeDefinition with get, set
- String
- The tag of the attribute definition to get or set.
AttributeDefinition
The attribute definition with the specified tag.
IDictionary(TKey, TValue).Item(TKey)
AttributeDefinitionDictionary Class
netDxf.Collections Namespace