GBProjectHandle

Defined in file gui_objects.asn
C++ class: CGBProjectHandle


GBProjectHandle ::= SEQUENCE {
    -- URI for the project
    -- this can be a local file (default) or an http:// or ftp:// link
    filename VisibleString,

    -- flag: is this project disabled?
    disabled BOOLEAN DEFAULT FALSE
}