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

In This Topic
    ObjectManipulatorDrawPreview Property
    In This Topic
    When true, the drawing pass was requested by ObjectManipulator.DrawPreview() method.
    Syntax
    'Declaration
     
    Public Property ObjectManipulatorDrawPreview As Boolean
    public bool ObjectManipulatorDrawPreview {get; set;}
    See Also