ElementFactoryAttribute Method (String, Object) |
Create a new attribute tag with the specified name and value
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IAttribute Attribute(
string name,
Object value
)
Public Function Attribute (
name As String,
value As Object
) As IAttribute
Parameters
- name
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
IAttributeSee Also