Click or drag to resize
AB4D logo

DXAttributeCollectionGetValue Method

Gets the value of the specified DXAttributeType or throws an exception if the DXAttributeType was not set. Use GetValueOrDefault(DXAttributeType), GetValueOrDefaultT(DXAttributeType) or GetValueOrDefaultT(DXAttributeType, T) to prevent throwing exception when the value is not set.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public Object GetValue(
	DXAttributeType attributeType
)

Parameters

attributeType  DXAttributeType
type of attribute as DXAttributeType

Return Value

Object
value of the specified attributeType
Exceptions
ExceptionCondition
DXAttributeTypeDXAttributeType is thrown if the attributeType was not set.
See Also