An enumeration that defines the arrow head size type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ArrowHeadSizeType
VB
Public Enumeration ArrowHeadSizeType
C++
public enum class ArrowHeadSizeType
Members
| Member name | Value | Description |
|---|---|---|
| UseDrawScale | 4,096 | |
| UseFixedScale | 4,097 | |
| UseSizeInAbsUnits | 4,098 | |
| UseSizeInRelUnits | 4,099 |
