Gets or sets whether the parameter is read-only.

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

Syntax

C#
bool IsReadOnly { get; set; }
Visual Basic
Property IsReadOnly As Boolean
	Get
	Set
Visual C++
property bool IsReadOnly {
	bool get ();
	void set (bool value);
}

See Also