Click or drag to resize
AB4D logo

ExtentionsSetDXAttribute Method

Overload List
  NameDescription
Public methodStatic memberSetDXAttribute(Geometry3D, DXAttributeType, Object)
Annotates the specified wpfObject with adding or updating a DXEngine's attribute to it. The attribute is specified with attributeType and its value. This can be used to annotate WPF's objects with DXEngine's attributes.
Public methodStatic memberSetDXAttribute(Material, DXAttributeType, Object)
Annotates the specified wpfObject with adding or updating a DXEngine's attribute to it. The attribute is specified with attributeType and its value. This can be used to annotate WPF's objects with DXEngine's attributes.
Public methodStatic memberSetDXAttribute(Model3D, DXAttributeType, Object)
Annotates the specified wpfObject with adding or updating a DXEngine's attribute to it. The attribute is specified with attributeType and its value. This can be used to annotate WPF's objects with DXEngine's attributes.
Public methodStatic memberSetDXAttribute(Visual3D, DXAttributeType, Object)
Annotates the specified wpfObject with adding or updating a DXEngine's attribute to it. The attribute is specified with attributeType and its value. This can be used to annotate WPF's objects with DXEngine's attributes.
Top
See Also