Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias LoadAllOptions

    Options for configuring the behavior of EEvisionAPI.LoadAll.

    type LoadAllOptions = {
        ignoreGround: boolean;
        ignorePower: boolean;
    }
    Index

    Properties

    ignoreGround: boolean

    If true, do not follow ground wires.

    ignorePower: boolean

    If true, do not follow power wires.