283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
10 lines
132 B
C#
10 lines
132 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public enum TextNoteLeaderTypes
|
|
{
|
|
TNLT_STRAIGHT_L,
|
|
TNLT_STRAIGHT_R,
|
|
TNLT_ARC_L,
|
|
TNLT_ARC_R,
|
|
}
|