Click or drag to resize
AB4D logo

ExtensionsSetDXAttribute Method

Overload List
 NameDescription
Public Extension MethodSetDXAttribute(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 Extension MethodSetDXAttribute(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 Extension MethodSetDXAttribute(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 Extension MethodSetDXAttribute(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