Sets an error message on the current part for the specified parameter.
Namespace: Autodesk.Civil.RuntimeAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetErrorMsgOnCurrentPart(
string paramKey,
string errorMessage
) |
Visual Basic |
---|
Public Sub SetErrorMsgOnCurrentPart ( _
paramKey As String, _
errorMessage As String _
) |
Visual C++ |
---|
public:
void SetErrorMsgOnCurrentPart(
String^ paramKey,
String^ errorMessage
) |
Parameters
- paramKey
- Type: System..::..String
Name of the part parameter.
- errorMessage
- Type: System..::..String
The error message.
See Also