// =========================================================================== // 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 "cm" m_resolutionFormats.kCm; displayString -replace -value "inches" m_resolutionFormats.kInches; displayString -replace -value "mm" m_resolutionFormats.kMm; displayString -replace -value "picas" m_resolutionFormats.kPicas; displayString -replace -value "pixels" m_resolutionFormats.kPixels; displayString -replace -value "pixels/cm" m_resolutionFormats.kPixelsPerCm; displayString -replace -value "pixels/inch" m_resolutionFormats.kPixelsPerInch; displayString -replace -value "points" m_resolutionFormats.kPoints;