Share

Documents.ItemByName Property

Parent Object: Documents

Description

Returns the specified Document object from the collection.

Syntax

Documents.ItemByName( FullDocumentName As String ) As Document

Property Value

This is a read only property whose value is a Document.

Parameters

Name Type Description
FullDocumentName String Input String that specifies the Document to return. If only the FullFileName is specified for part and assembly documents, the master document within the file is returned (if it exists in the collection).

Version

Introduced in version 10

Was this information helpful?