Sets the value of this Content Engine property.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SetValue( _ ByVal val As IFloat64List _ ) |
C# |
---|
void SetValue( IFloat64List val ) |
C++ |
---|
void SetValue( IFloat64List val ) abstract |
J# |
---|
void SetValue( IFloat64List val ) |
JScript |
---|
function SetValue( val : IFloat64List ) |
Parameters
- val
- A
object that specifies the new property value.Float64List
Exceptions
Exception Type | Condition |
---|---|
E_READ_ONLY | Thrown if an attempt is made to update a property that is not settable (its method returns ). |