SetErrorMsgOnCurrentPart Method

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

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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