|
DXAttributeCollectionItem Property |
Gets or sets the attribute with specified type.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public Object this[
DXAttributeType attributeType
] { get; set; }
Parameters
- attributeType DXAttributeType
- attribute type
Return Value
Objectvalue of the attribute
Exceptions Exception | Condition |
---|
KeyNotFoundException | KeyNotFoundException is thrown if this collection does not contain the specified type |
See Also