You are here: Appendix D: VBScript reference > The Meridian Enterprise functions > AMMTagsPageIsVisible function

AMMTagsPageIsVisible function

Implement this user-defined function to control the visibility of the Objects property page for documents in the Meridian Enterprise client applications. The page is visible if this function returns True.

Syntax
Function AMMTagsPageIsVisible () 
Parameters

This function accepts no parameters.

Example
Function AMMTagsPageIsVisible ()
    AMMTagsPageIsVisible = InStr(1, Document.FileName, "DWG") = 1
End Function

Related concepts

VBScript reference


www.bluecieloecm.com