HeadwallBaseWidth Property

Gets the width of the base of the headwall.

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

Syntax

C#

public double HeadwallBaseWidth { get; }

Visual Basic

Public ReadOnly Property HeadwallBaseWidth As Double
	Get

Visual C++

public:
property double HeadwallBaseWidth {
	double get ();
}

Remarks

This property is for inlet-outlet structures only.

Exceptions

ExceptionCondition
System.InvalidOperationException The structure's type is not inlet-outlet.

See Also