Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmCPartListStd::TextControl Enumeration
Syntax
C++
enum TextControl { kNone = 0, kFit, kWrap };
Members
Description
kNone
Parts List text is not controlled. The text overruns the column width when the length of the text exceeds the column width.
kFit
Parts List text fits within the column when the length of the text exceeds the column width.
kWrap
Parts List text wraps to the next line when the length of the text exceeds the column width.

Defines the available text controls for a Parts List.

File: AcmCPartListStd.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.