PipeNetworkStateSetStringOnPart Method

Sets the specified parameter of string on the current part.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetStringOnPart(
	string paramName,
	string value
)

Parameters

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