AttributeReferenceDictionary.Add Method

Adds an AttributeReference inheriting the properties from the attribute defined in the Block.
Public Sub Add( _ 
ByVal tag As String, _ 
ByVal value As String
)
This language is not supported or no code example is available.
public void Add( 
string tag
string value 
)
This language is not supported or no code example is available.

Parameters

tag
string

The tag

value
string

The text

Remarks
 
The properties are inherited at the next EntityList.Regen

.NET Framework

Supported in: 4.8

In this article

Definition