adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EnumHelpers Class / IsAllHeld Method
The value to check


In This Topic
    IsAllHeld Method
    In This Topic
    Checks to see if a HoldType value has flags set to disable all execution.
    Syntax
    'Declaration
     
    
    Public Shared Function IsAllHeld( _
       ByVal val As HoldType _
    ) As Boolean
    public static bool IsAllHeld( 
       HoldType val
    )
    public:
    static bool IsAllHeld( 
       HoldType val
    ) 

    Parameters

    val
    The value to check

    Return Value

    true if all Disable flags have been set, true otherwise.
    Remarks
    See Remarks under HoldType.
    See Also