CorridorPointCodeOption Constructor

Default constructor.

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

Syntax

C#

public CorridorPointCodeOption()

Visual Basic

Public Sub New

Visual C++

public:
CorridorPointCodeOption()

Remarks

The default constructor initializes the code name to an empty string and sets the Selected value to true. You must set the CodeName property to a valid point code name immediately after creating a new instance.

See Also