IsUserFxg Subroutine

Determines whether the active document is the User.fxg.

Syntax

IsUserFxg ()

Return Value

Boolean. True if the active picture is the User.fxg. False if it is not.

Remarks

This subroutine is useful when cycling through the collection of open Documents. Typically, a user would not want to perform the same actions that you do on User.fxg that he/she would on a picture or schedule. Thus, if IsUserFxg returns True, the user can write their code to skip User.fxg.

 

Example