SetSurfaceOnPart Method

Sets the specified parameter of surface on the current part.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void SetSurfaceOnPart(
	string paramName,
	ObjectId surfaceId
)

Visual Basic

Public Sub SetSurfaceOnPart ( _
	paramName As String, _
	surfaceId As ObjectId _
)

Visual C++

public:
void SetSurfaceOnPart(
	String^ paramName, 
	ObjectId surfaceId
)

Parameters

paramName
Type: System.String
The name of the parameter to set.
surfaceId
Type: ObjectId
The value to assign to the parameter.

See Also