i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > services > ISemanticSeed > getAsStrings

    services.ISemanticSeed.getAsStrings() method

    Gets the values of the properties with the specified semantic type as strings.

    Signature:

    getAsStrings(semanticTypeId: string): string[] | undefined;
    

    Introduced: API version 2.2

    Parameters

    Parameter Type Description
    semanticTypeId string The identifier of the semantic property type.

    Returns:

    string[] | undefined

    The string values of the identified properties, or undefined.

    Remarks

    Used for the singleLineString, multipleLineString, selectedFromList, and suggestedFromList logical types.

    In this article
    Back to top © N. Harris Computer Corporation