Specifies the section view anchor (Top/Middle/Bottom, Left/Center/Right).

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 ();
}

See Also