AppliedSubassemblyParamTValue Property

Gets or sets parameter value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public T Value { get; set; }

Property Value

T
Exceptions
ExceptionCondition
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.
See Also