Share

AcDmUtil::isZeroLengthArrow

C++

bool isZeroLengthArrow(
    const ACHAR * pName
);

File

dbdim.h

Description

Returns true if pName is the local or globally invariant name of an arrowhead that AutoCAD treats as having no length. Otherwise returns false.

These are the globally invariant names of the arrowheads that have no length and that will cause this function to return true:

  • None
  • Oblique
  • ArchTick
  • DotSmall
  • Integral
  • Small

Parameters

Parameters Description
pName Dimension arrowhead name

Was this information helpful?