Specifies the section view anchor (Top/Middle/Bottom, Left/Center/Right).
Namespace: Autodesk.Civil.SettingsAssembly: 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 (); } |