TinSurfaceCreateFromCorridorSurface Method

Creates a new TinSurface from corridor surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId CreateFromCorridorSurface(
	string surfaceName,
	CorridorSurface corridorSurface
)

Parameters

surfaceName  String
The new surface name.
corridorSurface  CorridorSurface
The corridor surface created from.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentNullException Thrown when specified corridor surface or surface name is null.
ArgumentException Thrown when the specified surface name is empty string or duplicate.
See Also