Gets or sets parameter value.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public T Value { get; set; }
VB
Public Property Value As T Get Set
C++
public: property T Value { T get (); void set (T value); }
Property Value
TExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when parameter's accessType is aeccParamAccessOutput, geometry is overridden, or parameter key name is "Version". |
| ArgumentNullException | Thrown when setting the string value to null. |
| ArgumentException | Thrown when setting invalid value. |
