Share

CorridorSurfaceCollection.Item(String) Property



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

Syntax

C#

public CorridorSurface this[
	string surfaceName
] { get; }

VB

Public ReadOnly Default Property Item ( 
	surfaceName As String
) As CorridorSurface
	Get

C++

public:
property CorridorSurface^ default[String^ surfaceName] {
	CorridorSurface^ get (String^ surfaceName);
}

Parameters

surfaceName  String
 

Property Value

CorridorSurface

See Also

Reference

Was this information helpful?