Share

ParamBase<1,bool,bool,Autodesk::Civil::Runtime::CastOp<bool,bool> >.Value Property



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

Syntax

C#

public virtual bool Value { get; set; }

VB

Public Overridable Property Value As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?