Show / Hide Table of Contents

    Enum ShowStyle

    Enum for different ways of showing geometry/piecemarks

    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public enum ShowStyle

    Fields

    Name Description
    AsIs

    Show or hide based on previous user specification

    Hide

    Do not display

    Show

    Display

    Back to top