Click or drag to resize
AB4D logo

DXAttributeCollectionGetValueOrDefault(DXAttributeType) Method

Gets the value of the specified attributeType as object or null if the specified attributeType is not set.

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

Parameters

attributeType  DXAttributeType
type of attribute as DXAttributeType

Return Value

Object
value of the specified attributeType or null if not defined
See Also