Specifies an actual surface to map to all surface with specified name in the criteria.

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

Syntax

C#
public void MapSurface(
	string surfaceName,
	ObjectId mappedSurfaceId
)
Visual Basic
Public Sub MapSurface ( _
	surfaceName As String, _
	mappedSurfaceId As ObjectId _
)
Visual C++
public:
void MapSurface(
	String^ surfaceName, 
	ObjectId mappedSurfaceId
)

Parameters

surfaceName
Type: System..::..String
Specifies the surface name that is used in the criteria.
mappedSurfaceId
Type: ObjectId
Specifies the ObjectId of an actual surface to map to the surface name in the criteria.

Exceptions

ExceptionCondition
System..::..ArgumentException Throw when mappedSurfaceId is not the ObjectId of Surface.

See Also