PipeNetworkStateSetErrorMsgOnCurrentPart Method |
Sets an error message on the current part for the specified parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetErrorMsgOnCurrentPart(
string paramKey,
string errorMessage
)
Public Sub SetErrorMsgOnCurrentPart (
paramKey As String,
errorMessage As String
)
public:
void SetErrorMsgOnCurrentPart(
String^ paramKey,
String^ errorMessage
)
Parameters
- paramKey String
- Name of the part parameter.
- errorMessage String
- The error message.
See Also