Share

AcDmUtil::arrowName

C++

const ACHAR * arrowName(
    AcDbObjectId blockId
);

File

dbdim.h

Description

Returns the local 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?