Click or drag to resize
AB4D logo

ExtensionsGetDXAttribute Method

Overload List
 NameDescription
Public Extension MethodGetDXAttribute(Geometry3D, DXAttributeType) Gets the value of the specified DXAttributeType from the specified Geometry3D. If the attributeType does not exists then an exception is thrown. Use GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType) or GetDXAttributeOrDefaultT(Geometry3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
Public Extension MethodGetDXAttribute(Material, DXAttributeType) Gets the value of the specified DXAttributeType from the specified System.Windows.Media.Media3D.Material. If the attributeType does not exists then an exception is thrown. Use GetDXAttributeOrDefaultT(Material, DXAttributeType) or GetDXAttributeOrDefaultT(Material, DXAttributeType, T) to prevent throwing exception when the value is not set.
Public Extension MethodGetDXAttribute(Model3D, DXAttributeType) Gets the value of the specified DXAttributeType from the specified Model3D. If the attributeType does not exists then an exception is thrown. Use GetDXAttributeOrDefaultT(Model3D, DXAttributeType) or GetDXAttributeOrDefaultT(Model3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
Public Extension MethodGetDXAttribute(Visual3D, DXAttributeType) Gets the value of the specified DXAttributeType from the specified Visual3D. If the attributeType does not exists then an exception is thrown. Use GetDXAttributeOrDefaultT(Visual3D, DXAttributeType) or GetDXAttributeOrDefaultT(Visual3D, DXAttributeType, T) to prevent throwing exception when the value is not set.
Top
See Also