API Help
Eplan.EplApi.DataModel.Graphics Namespace / ImagePropertyList Class / DESCRIPTION_ML Property / DESCRIPTION_ML(Int32) Property

In This Topic
    DESCRIPTION_ML(Int32) Property
    In This Topic
    Image file: Description # 19306. This property isn't indexed.
    Syntax
    public PropertyValue DESCRIPTION_ML( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESCRIPTION_ML {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Description text of an image file; a multilingual entry is allowed.

    See Also