Eyeshot 10 WinForms API Reference
Add(String,String) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > AttributeReferenceDictionary Class > Add Method : Add(String,String) Method
The tag
The text
Adds an devDept.Eyeshot.AttributeReference inheriting the properties from the attribute defined in the Block.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal tag As String, _
   ByVal value As String _
) 
public void Add( 
   string tag,
   string value
)

Parameters

tag
The tag
value
The text
Remarks
The properties are inherited at the next Regen
See Also

Reference

AttributeReferenceDictionary Class
AttributeReferenceDictionary Members
Overload List
SynchronizeAttributes(String) Method