Share

AcDmUtil::globalArrowName

C++

const ACHAR * globalArrowName(
    AcDbObjectId blockId
);

File

dbdim.h

Description

Returns the globally invariant name for a dimension arrowhead. If blockId is not the objectID of a dimension arrowhead, a null string ("") is returned.

Parameters

Parameters Description
blockId AcDbObjectId of a dimension arrowhead

Was this information helpful?