Share

IParam.IsReadOnly Property

Gets or sets whether the parameter is read-only.



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

Syntax

C#

bool IsReadOnly { get; set; }

VB

Property IsReadOnly As Boolean
	Get
	Set

C++

property bool IsReadOnly {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?