PipeNetworkStateSetDoubleOnCurrentPart Method |
Sets an double value on the current part for the specified parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetDoubleOnCurrentPart(
string paramKey,
double value
)
Public Sub SetDoubleOnCurrentPart (
paramKey As String,
value As Double
)
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