Gets or sets the description for the parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
string Description { get; set; }
Visual Basic
Property Description As String
	Get
	Set
Visual C++
property String^ Description {
	String^ get ();
	void set (String^ value);
}

See Also