Specifies the swept shape of a pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum SweptShapeType |
| Visual Basic |
|---|
Public Enumeration SweptShapeType |
| Visual C++ |
|---|
public enum class SweptShapeType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | ||
| CustomShape | 1 | ||
| Circular | 2 | ||
| Rectangular | 3 | ||
| Elliptical | 4 | ||
| EggShaped | 5 | ||
| HorizontalElliptical | 6 | ||
| Arched | 7 |