PipeNetworkStateSetErrorMsgOnCurrentPart Method

Sets an error message on the current part for the specified parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetErrorMsgOnCurrentPart(
	string paramKey,
	string errorMessage
)

Parameters

paramKey  String
Name of the part parameter.
errorMessage  String
The error message.
See Also