Show / Hide Table of Contents

    Enum ApprovalStatus

    Approval statuses for drawings

    Namespace: DesignData.SDS2.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public enum ApprovalStatus

    Fields

    Name Description
    Approved

    This has been approved

    ApprovedAsNoted

    Has been rejected, with notes

    NotApproved

    Has not been approved, no known reason

    NotReviewed

    Has not been reviewed yet.

    ReviseAndResubmit

    Needs to be submitted after needed revisions are made

    Back to top