Share

AutoCorridorFeatureLine.CorridorFeaturelineCode Property

Gets the corridor feature line code



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

Syntax

C#

public string CorridorFeaturelineCode { get; }

VB

Public ReadOnly Property CorridorFeaturelineCode As String
	Get

C++

public:
property String^ CorridorFeaturelineCode {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?