Document.FullDocumentName Property
Parent Object: DocumentDescription
Property that returns the fully qualified name of the document. The string is the full file name concatenated with the document name and is a unique identifier for the document. The document name is returned by the Name property on the Document object.
Syntax
Document.FullDocumentName() As StringProperty Value
This is a read only property whose value is a String.Samples
Name | Description |
Find component referenced by balloon | This sample demonstrates how to find the component that a balloon references. |