Share

ParamBase<6,Autodesk::AutoCAD::DatabaseServices::ObjectId,AcDbObjectId,Autodesk::Civil::Runtime::CastOpAlignmentId>.IsReadOnly Property



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

Syntax

C#

public virtual bool IsReadOnly { get; set; }

VB

Public Overridable Property IsReadOnly As Boolean
	Get
	Set

C++

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

Property Value

Boolean

Implements

IParamIsReadOnly

See Also

Reference

Was this information helpful?