SetStringOnPart Method

Sets the specified parameter of string on the current part.

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

Syntax

C#

public void SetStringOnPart(
	string paramName,
	string value
)

Visual Basic

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

Visual C++

public:
void SetStringOnPart(
	String^ paramName, 
	String^ value
)

Parameters

paramName
Type: System.String
The name of the parameter to set.
value
Type: System.String
The value to assign to the parameter.

See Also