Specifies the centerline width type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum PipeCenterlineWidthType
VB
Public Enumeration PipeCenterlineWidthType
C++
public enum class PipeCenterlineWidthType
Members
| Member name | Value | Description |
|---|---|---|
| DrawToInnerWalls | 0 | |
| DrawToOuterWalls | 1 | |
| UseDrawingScale | 2 | |
| UseAbsoluteUnits | 3 | |
| UseSizeAsPercentageOfScreen | 4 |
