Interface IAttribute
A modifiable AML attribute
Inherited Members
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAttribute : IReadOnlyAttribute
Properties
| Improve this Doc View SourceValue
Get or set the string value of the attribute
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceRemove()
Remove the attribute from it's parent
Declaration
void Remove()
Set(Object)
Set the value of this attribute
Declaration
void Set(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | New attribute value |
Remarks
If the attribute does not exist (Exists = false
),
but it's parent does exist, the attribute is added to it's parent