Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDocumentProperties.GetDoubleValue Method 

Gets a document property as a double.

double GetDoubleValue(
   int propertyID
);

Parameters

propertyID
The ID of the document property for which to get a value.

Return Value

The document property value.

Exceptions

Exception Type Condition
InvalidCastException The property type is not a double.

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace