Search Results for

    Show / Hide Table of Contents

    Method GetDriversFromFamily

    GetDriversFromFamily(DocumentId, out string, out List<string>, out List<SmartObject>, out List<string>, out List<SmartDesignObject>)

    Get code and drivers from a family document

    Declaration
    [OperationContract]
    [AvailableSinceVersion(7, 19, 0, 0)]
    void GetDriversFromFamily(DocumentId inDocumentId, out string outCode, out List<string> outKernelDriverNames, out List<SmartObject> outKernelDriverValues, out List<string> outDesignDriverNames, out List<SmartDesignObject> outDesignDriverValues)
    Parameters
    Type Name Description
    DocumentId inDocumentId

    Identifier of the family document.

    string outCode

    Default code, or null if none.

    List<string> outKernelDriverNames

    Generic document kernel driver names, or null if none.

    List<SmartObject> outKernelDriverValues

    Generic document kernel driver values, or null if none.

    List<string> outDesignDriverNames

    Generic document design driver names, or null if none.

    List<SmartDesignObject> outDesignDriverValues

    Generic document design driver values, or null if none.

    Remarks

    This method is available since v7.19.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.