Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / IsInFrustumMode Property

In This Topic
    IsInFrustumMode Property
    In This Topic
    Gets or sets the modality used by IsInFrustum() method.
    Syntax
    'Declaration
     
    Public Property IsInFrustumMode As Camera.perspectiveFitType
    public Camera.perspectiveFitType IsInFrustumMode {get; set;}
    See Also