Documents.ItemByName Property
Parent Object: DocumentsDescription
Returns the specified Document object from the collection.
Syntax
Documents.ItemByName( FullDocumentName As String ) As DocumentProperty 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). |