Share

FileMetadata Object


Description

A container object for defining the name and file properties for an Inventor file.

Properties

Name Description
BOMStructure Gets and sets the default BOM structure.
DisplayName Gets and sets name of the file.
DisplayNameOverridden Gets and sets whether the display name has been overridden. This property should be set by the (PDM) application that overrides the display name to indicate that the overridden display name should not be changed by the command or the user. Defaults to False.
Document Gets and sets the document object for which the file name and properties are being requested. This can be set to Nothing if the document hasn’t yet been created.
FileName Gets and sets just the file name portion (no extension and no path) of the FullFileName string.
FileNameOverridden Gets and sets whether the file name has been overridden. This property should be set by the (PDM) application that overrides the file name to indicate that the overridden file name should not be changed by the command or the user. Defaults to False.
FileProperties Gets and sets an XML string containing the values for file properties.
FullFileName Gets and sets the full file name (with the extension and the path).
TemplateFileName Gets and sets the full filename of the file used as the template when create a new file.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

TransientObjects.CreateFileMetadata

Version

Introduced in version 2009

Was this information helpful?