Share

PipeNetworkState.SetDoubleOnCurrentPart 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.280

Syntax

C#

public void SetDoubleOnCurrentPart(
	string paramKey,
	double value
)

VB

Public Sub SetDoubleOnCurrentPart ( 
	paramKey As String,
	value As Double
)

C++

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

Reference

Was this information helpful?