Click or drag to resize
AB4D logo

DXAttributeCollectionClearValue Method

Clears the value from DXAttributeType so that IsValueSet(DXAttributeType) method returns false for that DXAttributeType.

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

Parameters

attributeType  DXAttributeType
type of attribute as DXAttributeType
See Also