Share

PipeNetworkState.SetSurfaceOnPart Method

Sets the specified parameter of surface on the current part.



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

Syntax

C#

public void SetSurfaceOnPart(
	string paramName,
	ObjectId surfaceId
)

VB

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

C++

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

Reference

Was this information helpful?