[This is preliminary documentation and is subject to change.]

Gets a floating point attribute for the current instance.

Syntax

C#
public float GetFloat(
	Attributes attribute
)
Visual Basic (Declaration)
Public Function GetFloat ( _
	attribute As Attributes _
) As Single

Parameters

attribute
Type: AW..::.Attributes
The attribute to be accessed.

Return Value

The value of the attribute being accessed.

Exceptions

ExceptionCondition
AW..::.InstanceExceptionThrown when the instance cannot be set properly. (i.e. the instance has been destroyed or is not valid).

See Also