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