Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProperties.SetDoubleValue Method 

Sets a document property as a double.

void SetDoubleValue(
   int propertyID,
   double value
);

Parameters

propertyID
the property ID of the double 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