Share

ParamSurface.IsReadOnly Property



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

Syntax

C#

public override bool IsReadOnly { get; set; }

VB

Public Overrides Property IsReadOnly As Boolean
	Get
	Set

C++

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

Property Value

Boolean

Implements

IParamIsReadOnly

See Also

Reference

Was this information helpful?