Class File3dmLinetypeTable

Constructors

Properties

count: number

Methods

  • Parameters

    • index: number

      The index to search for.

    Returns Linetype

    A Linetype, or null if none was found.

    Description

    Retrieves a Linetype object based on Index. This search type of search is discouraged. We are moving towards using only IDs for all tables.

  • Parameters

    • name: string

      The name of the Linetype to be searched.

    Returns Linetype

    A Linetype, or null on error.

    Description

    Finds a Linetype given its name.

Generated using TypeDoc