Show / Hide Table of Contents

    Enum LicenseFeatures

    Enumeration denoting different license features for the SDS2 .Net API.

    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public enum LicenseFeatures

    Fields

    Name Description
    API

    Basic access to the .Net API.

    Detailing

    Allows programmers to create new drawings via the API.

    ModelLink

    Allows for exporting data from the model in various formats.

    Processing

    Allows programmers to process members with Transaction.Commit(processMembers:true).

    Toolbox

    Allows access to python "toolbox" plugins.

    Back to top