AppliedSubassemblyParamTValue Property |
Gets or sets parameter value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | 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