Defines types of section view anchors and table anchors.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum SectionViewVolumeTableAnchorType |
| Visual Basic |
|---|
Public Enumeration SectionViewVolumeTableAnchorType |
| Visual C++ |
|---|
public enum class SectionViewVolumeTableAnchorType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TopLeft | 0 | ||
| TopCenter | 1 | ||
| TopRight | 2 | ||
| MiddleLeft | 3 | ||
| MiddleCenter | 4 | ||
| MiddleRight | 5 | ||
| BottomLeft | 6 | ||
| BottomCenter | 7 | ||
| BottomRight | 8 |