PipeNetworkStateSetDoubleOnCurrentPart Method

Sets an double value on the current part for the specified parameter.

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

Parameters

paramKey  String
Name of the part parameter.
value  Double
Value to assign to the specified part parameter.
See Also