Synopsis

PDX_MSGT dxfi_ApplyXdataToDimStyle(long option, void *void_dxf_dimstyle, void *void_dxfxed)

Purpose

This function applies dimension style overrides found in extended entity data

Description

The format of dimensions, leaders, and geometric tolerances is controlled by the associated dimension style. For AutoCAD v13 and newer, these parameters can be overridden on individual entities by the DIMOVERRIDE command. The override values are stored in the entity's extended entity data. This function updates the dimension style data to reflect any overrides found in extended entity data.

Input

option

Options (not used)

void_dxf_dimstyle

DXF dimension style table data entity

void_dxfxed

DXF extended entity data

Output

void_dxf_dimstyle

Updated DXF dimension style table data entity

Return

Error code