Search Results for

    Show / Hide Table of Contents

    Method IsAnalysisPreparationDocument

    IsAnalysisPreparationDocument(DocumentId)

    Tells whether a document is an analysis preparation document.

    Declaration
    [OperationContract]
    [AvailableSinceVersion(7, 19, 15, 0)]
    bool IsAnalysisPreparationDocument(DocumentId inDocumentId)
    Parameters
    Type Name Description
    DocumentId inDocumentId

    Identifier of the document to analyze.

    Returns
    Type Description
    bool

    The document is an analysis preparation document.

    Remarks

    This method is available since v7.19.

    Examples
    DocumentId docId = TopSolidHost.Documents.EditedDocument;
    string isAnalysisPreparationDocument = TopSolidCaeHost.Documents.IsAnalysisPreparationDocument(docId);
    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.