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

In This Topic
    FILE(Int32) Property
    In This Topic
    File / Document # 19304. This property isn't indexed.
    Syntax
    public PropertyValue FILE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FILE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the image file or the document with the hyperlink.

    See Also