AppliedSubassemblyParamTValue Property |
Gets or sets parameter value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic T Value { get; set; }Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}Property Value
T
Exceptions| 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.
|
See Also