API Help
Eplan.EplApi.Base Namespace / LanguageList Class / Language Property
Index.

In This Topic
    Language Property
    In This Topic
    Determines the ISO code of the given index.
    Syntax
    public virtual ISOCode.Language Language( 
       int index
    ) {get;}
    public:
    virtual property ISOCode.Language Language {
       ISOCode.Language get(int index);
    }

    Parameters

    index
    Index.
    See Also