Gets or sets table layout type.

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

Syntax

C#
public SectionViewVolumeTableLayoutType TableLayoutType { get; set; }
Visual Basic
Public Property TableLayoutType As SectionViewVolumeTableLayoutType
	Get
	Set
Visual C++
public:
property SectionViewVolumeTableLayoutType TableLayoutType {
	SectionViewVolumeTableLayoutType get ();
	void set (SectionViewVolumeTableLayoutType value);
}

See Also