SectionViewAnchorType Enumeration

Defines types of section view anchors.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public enum SectionViewAnchorType

Visual Basic

Public Enumeration SectionViewAnchorType

Visual C++

public enum class SectionViewAnchorType

Members

Member nameValueDescription
TopLeft0
TopCenter1
TopRight2
MiddleLeft3
MiddleCenter4
MiddleRight5
BottomLeft6
BottomCenter7
BottomRight8

See Also