| | WebCenter Interaction API | |
| IPTMigrationElement.WriteSimpleElement Method (String, Single) |
Creates a new child node of the currently active element, with the specified name, and associates a value with the node.
void WriteSimpleElement(
string strElementName,
float fValue
);
Parameters
-
strElementName
- - The name of the new child node.
-
fValue
- - The value to associate with the new node.
See Also
IPTMigrationElement Interface | com.plumtree.server Namespace | IPTMigrationElement.WriteSimpleElement Overload List