Share

SettingsCmdCreateSectionView.SettingsCmdTableCreation.SectionViewAnchor Property

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 ();
}

Property Value

PropertyEnumSectionViewAnchorType

See Also

Reference

Was this information helpful?