Value Property

Gets or sets parameter value.

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

Syntax

C#

public T Value { get; set; }

Visual Basic

Public Property Value As T
	Get
	Set

Visual C++

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

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when parameter's accessType is aeccParamAccessOutput, geometry is overridden, or parameter key name is "Version".
System.ArgumentNullException Thrown when setting the string value to null.
System.ArgumentException Thrown when setting invalid value.

See Also