Skip to main content

update3DViewAttribute

Use this method to update an attribute associated with a 3D view.

Syntax

RxCore.update3DViewAttribute(szName, newszValue, viewname)

Parameters

  • szName: string — Name of the attribute to update.
  • newszValue: string — New value to replace the current value.
  • viewname: string — Name of the 3D view the attribute is associated with.

Returns

  • NA — This method does not return a value.