Specifies the section view anchor (Top/Middle/Bottom, Left/Center/Right).
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<SectionViewAnchorType> SectionViewAnchor { get; }
Visual Basic
Public ReadOnly Property SectionViewAnchor As PropertyEnum(Of SectionViewAnchorType) Get
Visual C++
public: property PropertyEnum<SectionViewAnchorType>^ SectionViewAnchor { PropertyEnum<SectionViewAnchorType>^ get (); }