Ab3d.DXEngine reference help
Ab3d.DXEngine reference help
Ab3d.DXEngine Namespaces
Ab3d.DirectX Namespaces
Ab3d.DirectX
DXAttributeCollection Class
DXAttributeCollection Methods
ClearAllAttributes Method
ClearValue Method
GetAllAttributes Method
GetValue Method
GetValueOrDefault Method
IsValueSet Method
SetValue Method
SubscribeAttributeChanged Method
ToString Method
UnsubscribeAttributeChanged Method
DXAttribute
Collection
Get
Value Method
Gets the value of the specified DXAttributeType or throws an exception if the DXAttributeType was not set. Use
GetValueOrDefault(DXAttributeType)
,
GetValueOrDefault
T
(DXAttributeType)
or
GetValueOrDefault
T
(DXAttributeType, T)
to prevent throwing exception when the value is not set.
Namespace:
Ab3d.DirectX
Assembly:
Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
Copy
public
Object
GetValue
(
DXAttributeType
attributeType
)
Parameters
attributeType
DXAttributeType
type of attribute as DXAttributeType
Return Value
Object
value of the specified attributeType
Exceptions
Exception
Condition
DXAttributeType
DXAttributeType is thrown if the attributeType was not set.
See Also
Reference
DXAttributeCollection Class
Ab3d.DirectX Namespace
See
Ab3d.DXEngine home page
to get more information about the Ab3d.DXEngine library.
Copyright (c) by AB4D d.o.o. (www.ab4d.com)