Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / ShowOriginalWhileEditing Property

In This Topic
    ShowOriginalWhileEditing Property
    In This Topic
    If true, both the original and edited copies of the entities are shown during editing, else only the edited copies are shown.
    Syntax
    'Declaration
     
    Public Property ShowOriginalWhileEditing As Boolean
    public bool ShowOriginalWhileEditing {get; set;}
    See Also