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