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.3.1717.0

Syntax

C#

public void SetDoubleOnCurrentPart(
	string paramKey,
	double value
)

Visual Basic

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

Visual C++

public:
void SetDoubleOnCurrentPart(
	String^ paramKey, 
	double value
)

Parameters

paramKey
Type: System.String
Name of the part parameter.
value
Type: System.Double
Value to assign to the specified part parameter.

See Also