C++
bool acdbSetDimTolAlign( AcDbObject * pObj, int dimTolAlignFlag, bool autoClearOverride = true );
File
dbxutil.h
Description
This global function is intended for internal use although it is available in acdb17.dll.
Returns true if successful. Otherwise, it returns false.
Parameters
| Parameters | Description |
|---|---|
| pObj | Input argument specifies a pointer to AcDbDimStyleTableRecord or AcDbDimension |
| autoClearOverride | Input argument specifies jag flag, either on or off |
| dimTolAlign | Input argument specifies tolerance alignment type, by decimal or operator |