IPdm::UpdateDocAttribute



Your Ad Here

Description

This method allows you to add a new attribute to a document or change data in an existing attribute. 

Syntax

UpdateDocAttribute( DocumentPathDocumentAttributes, Owner, AccessMode );

Input: (String) DocumentPath

Path and name of document in which to update attributes.

Input: (Variant) DocumentAttributes

Array of attributes to be updated or inserted.

Input: (String) Owner Owner of document.
Input: (AccessMode) AccessMode Mode in which to make update.

Note

If there are attributes in a document with the same names as in a called method, these attribute value will be changed with the new one. Additional new attributes will be attached to the document.

The parameter Owner temporary does not take affect. Set its value to "guest".

The parameter AccessMode temporary does not take affect.

Return to Cimatron Index


Your Ad Here