Click or drag to resize
AB4D logo

DXAttributeCollectionItem Property

Gets or sets the attribute with specified type.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public Object this[
	DXAttributeType attributeType
] { get; set; }

Parameters

attributeType  DXAttributeType
attribute type

Return Value

Object
value of the attribute
Exceptions
ExceptionCondition
KeyNotFoundExceptionKeyNotFoundException is thrown if this collection does not contain the specified type
See Also