Share

acdbGetDimStyleId Function

C++

ACDBCORE2D_PORT AcDbObjectId acdbGetDimStyleId(
    AcDbDatabase* pDb, 
    const ACHAR* styleName, 
    const ACHAR* lockName
);

File

dbxutil.h

Description

Returns the object ID for the specified dimension style, if the dimension style doesn't exist it is created.

Parameters

Parameters Description
pDb Input database to query
styleName Input dimension style name
lockName Input database lock name

Was this information helpful?