Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentProperties.SetDoubleValue Method 

Sets a document property as a double.

void SetDoubleValue(
   int propertyID,
   double value
);

Parameters

propertyID
The ID of the document property to set.
value
The value to set the property to.

Remarks

Note: Type checking for property values does not occur, thus setting a property value using an incorrect object type can result in an inconsistent state.

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace