PipeNetworkStateSetSurfaceOnPart Method

Sets the specified parameter of surface on the current part.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public void SetSurfaceOnPart(
	string paramName,
	ObjectId surfaceId
)

Parameters

paramName  String
The name of the parameter to set.
surfaceId  ObjectId
The value to assign to the parameter.
See Also