FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Functions
AcDmUtil Namespace Reference

Functions

ARX_API bool isBuiltInArrow (wchar_t const *)
 
ARX_API bool isZeroLengthArrow (wchar_t const *)
 
ARX_API Acad::ErrorStatus findArrowId (wchar_t const *, AcDbObjectId &, AcDbDatabase *=nullptr)
 
ARX_API Acad::ErrorStatus getArrowId (wchar_t const *, AcDbObjectId &, AcDbDatabase *=nullptr)
 
ARX_API int dimatfit (int)
 
ARX_API int dimfit (int, int)
 
ARX_API int dimfrac (int)
 
ARX_API int dimlunit (int)
 
ARX_API int dimtmove (int)
 
ARX_API int dimunit (int, int)
 
ARX_API wchar_t const * arrowName (AcDbObjectId)
 
ARX_API wchar_t const * arrowName (wchar_t const *)
 
ARX_API wchar_t const * globalArrowName (AcDbObjectId)
 
ARX_API wchar_t const * globalArrowName (wchar_t const *)
 

Function Documentation

◆ arrowName() [1/2]

ARX_API wchar_t const * AcDmUtil::arrowName ( AcDbObjectId )

◆ arrowName() [2/2]

ARX_API wchar_t const * AcDmUtil::arrowName ( wchar_t const * )

◆ dimatfit()

ARX_API int AcDmUtil::dimatfit ( int )

◆ dimfit()

ARX_API int AcDmUtil::dimfit ( int ,
int  )

◆ dimfrac()

ARX_API int AcDmUtil::dimfrac ( int )

◆ dimlunit()

ARX_API int AcDmUtil::dimlunit ( int )

◆ dimtmove()

ARX_API int AcDmUtil::dimtmove ( int )

◆ dimunit()

ARX_API int AcDmUtil::dimunit ( int ,
int  )

◆ findArrowId()

ARX_API Acad::ErrorStatus AcDmUtil::findArrowId ( wchar_t const * ,
AcDbObjectId & ,
AcDbDatabase * = nullptr )

◆ getArrowId()

ARX_API Acad::ErrorStatus AcDmUtil::getArrowId ( wchar_t const * ,
AcDbObjectId & ,
AcDbDatabase * = nullptr )

◆ globalArrowName() [1/2]

ARX_API wchar_t const * AcDmUtil::globalArrowName ( AcDbObjectId )

◆ globalArrowName() [2/2]

ARX_API wchar_t const * AcDmUtil::globalArrowName ( wchar_t const * )

◆ isBuiltInArrow()

ARX_API bool AcDmUtil::isBuiltInArrow ( wchar_t const * )

◆ isZeroLengthArrow()

ARX_API bool AcDmUtil::isZeroLengthArrow ( wchar_t const * )