API Reference > OdDb Classes > OdDbDimension Class > OdDbDimension Methods > OdDbDimension::dimensionText Method
OdDbDimension::dimensionText Method
Syntax
C++
const OdString dimensionText() const;

Returns the user-supplied dimension text for this Dimension Entity (DXF 1).

  • If no text is to appear, "." will be returned.
  • If only the default text is to appear, "" will be returned.
  • The default text is represented as "<>" within the returned text.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.