Share

CorridorPointCodeOption.CodeName Property

Gets or sets the point code name that identifies a feature line for export.



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

Syntax

C#

public string CodeName { get; set; }

VB

Public Property CodeName As String
	Get
	Set

C++

public:
property String^ CodeName {
	String^ get ();
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?