Share

SectionViewVolumeTableGroup.TableAnchorType Property

Gets or sets table anchor type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SectionViewVolumeTableAnchorType TableAnchorType { get; set; }

VB

Public Property TableAnchorType As SectionViewVolumeTableAnchorType
	Get
	Set

C++

public:
property SectionViewVolumeTableAnchorType TableAnchorType {
	SectionViewVolumeTableAnchorType get ();
	void set (SectionViewVolumeTableAnchorType value);
}

Property Value

SectionViewVolumeTableAnchorType

See Also

Reference

Was this information helpful?