Share

SectionViewAnchorType Enumeration

Defines types of section view anchors.



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

Syntax

C#

public enum SectionViewAnchorType

VB

Public Enumeration SectionViewAnchorType

C++

public enum class SectionViewAnchorType

Members

Member nameValueDescription
TopLeft0 
TopCenter1 
TopRight2 
MiddleLeft3 
MiddleCenter4 
MiddleRight5 
BottomLeft6 
BottomCenter7 
BottomRight8 

See Also

Reference

Was this information helpful?