API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_SOURCELANGUAGE Property / PROJ_SOURCELANGUAGE(Int32) Property

In This Topic
    PROJ_SOURCELANGUAGE(Int32) Property
    In This Topic
    Source language # 10500. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue PROJ_SOURCELANGUAGE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJ_SOURCELANGUAGE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Project setting for the source language.

    See Also