Show / Hide Table of Contents

    Enum LineDrawingStyle

    Enum defining drawing style for hidden lines

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

    Fields

    Name Description
    Dashed

    Draw dashed line

    Removed

    Do not display line

    Solid

    Draw solid line

    Back to top