Click or drag to resize
AB4D logo

DXAttributeCollectionSetValue Method

Sets the value to the attribute with specified attributeType.

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

Parameters

attributeType  DXAttributeType
type of attribute as DXAttributeType
value  Object
value as object
Exceptions
ExceptionCondition
DXAttributeExceptionDXAttributeException is thrown is the specified value cannot be assigned to the specified type
See Also