Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / InvalidateZRange Method

In This Topic
    InvalidateZRange Method
    In This Topic
    Tells if the z-range of the camera is valid.
    Syntax
    'Declaration
     
    Public Function InvalidateZRange( _
       ByVal invalid As Boolean _
    ) As Boolean
    public bool InvalidateZRange( 
       bool invalid
    )

    Parameters

    invalid

    Return Value

    Remarks
    For internal use only.
    See Also