Click or drag to resize
AB4D logo

DXAttribute Structure

DXAttribute is a single DXEngine attribute that can be attached to a WPF object. It consists of a attribute type (as DXAttributeType) and its value (as object). The attribute can be attached to a WPF 3D object by using an extension methods (for example SetDXAttribute(Geometry3D, DXAttributeType, Object)).
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab3d.DirectXDXAttribute

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public struct DXAttribute

The DXAttribute type exposes the following members.

Constructors
 NameDescription
Public methodDXAttribute Constructor
Top
Methods
 NameDescription
Public methodToString Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldType Type of attribute
Public fieldValue Attribute's value
Top
See Also