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.280
Syntax
C#
public void SetErrorMsgOnCurrentPart( string paramKey, string errorMessage )
VB
Public Sub SetErrorMsgOnCurrentPart ( paramKey As String, errorMessage As String )
C++
public: void SetErrorMsgOnCurrentPart( String^ paramKey, String^ errorMessage )
Parameters
- paramKey String
- Name of the part parameter.
- errorMessage String
- The error message.