
The functions in this section are used to create and delete part stationery documents in the OpenDoc Stationery folder.
The following is a list of stationery document functions.
This function creates a stationery document from the specified part kind and editor and returns the stationery document's Workplace Shell object ID.
Signature
ISOString ODCreateTemplate (ODType partKindName,
ODEditor partEditor)
|
Parameters
Returns
This function removes the stationery document with the specified object ID.
Signature
LONG ODRemoveTemplate (ISOString ObjectID) |
Parameters
Returns
| 0 | Successful completion. |
| 1 | Error occurred. |