Description Property

Gets or sets the description for the parameter.

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