[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public void SetData( Attributes attribute, byte[] value ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetData ( _ attribute As Attributes, _ value As Byte() _ ) |
Parameters
- attribute
- Type: AW..::.Attributes
The attribute to be set.
- value
- Type: array<
System..::.Byte
>[]()[]
The value of the attribute being set.
Exceptions
| Exception | Condition |
|---|---|
| AW..::.InstanceException | Thrown when the instance failed to set the attribute. |
| AW..::.InstanceException | Thrown when the instance cannot be set properly. (i.e. the instance has been destroyed or is not valid). |