NominalWidth Property

Gets the typical width of the roadway from the superelevation pivot point to the outer edge-of-traveled way.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyDouble NominalWidth { get; }

Visual Basic

Public ReadOnly Property NominalWidth As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ NominalWidth {
	PropertyDouble^ get ();
}

See Also