Share

PipeNetworkState.SetStringOnPart Method

Sets the specified parameter of string on the current part.



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

Syntax

C#

public void SetStringOnPart(
	string paramName,
	string value
)

VB

Public Sub SetStringOnPart ( 
	paramName As String,
	value As String
)

C++

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

Reference

Was this information helpful?