Value Property

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

Syntax

C#

public virtual bool Value { get; set; }

Visual Basic

Public Overridable Property Value As Boolean
	Get
	Set

Visual C++

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

See Also