Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProperties.GetDoubleValue Method 

Gets a document property as a double.

double GetDoubleValue(
   int propertyID
);

Parameters

propertyID
the property ID for which to get a value

Return Value

the document property value

Exceptions

Exception Type Condition
InvalidCastException if the property type is not a double

See Also

IDocumentProperties Interface | Plumtree.Remote.PRC Namespace