Comment Property

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

Syntax

C#

public virtual string Comment { get; set; }

Visual Basic

Public Overridable Property Comment As String
	Get
	Set

Visual C++

public:
virtual property String^ Comment {
	String^ get ();
	void set (String^ value);
}

Implements

IParam.Comment

See Also