CorridorSurfaceAddFeatureLineCode Method

Adds a feature line code to corridor surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddFeatureLineCode(
	string codeName
)

Parameters

codeName  String
 
Exceptions
ExceptionCondition
ArgumentNullException Thrown when specified code is null.
ArgumentException Thrown when specified code is empty string, or not a feature line code.
See Also