// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Mode:" m_panZoomProperties.kMode; displayString -replace -value "2D Pan" m_panZoomProperties.kPan; displayString -replace -value "2D Pan/Zoom Settings" m_panZoomProperties.kPanZoomSettings; displayString -replace -value "2D Zoom" m_panZoomProperties.kZoom; displayString -replace -value "Zoom scale:" m_panZoomProperties.kZoomScale;