Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Camera Class / GetOffsetForSelection Method

In This Topic
    GetOffsetForSelection Method
    In This Topic
    Gets the offset applied to the camera planes for the drawing of the selected entities.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function GetOffsetForSelection() As Double
    protected internal virtual double GetOffsetForSelection()

    Return Value

    The offset value
    Remarks
    A positive value moves the selected entities closer to the viewer, a negative value moves them farther from the viewer.
    See Also