API Help
Eplan.EplApi.DataModel.Graphics Namespace / Image Class / FileName Property

In This Topic
    FileName Property
    In This Topic
    Full file name of the image file.
    Syntax
    public string FileName {get; set;}
    public:
    property String^ FileName {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when strName is null.
    Thrown when file name cannot be set.
    Remarks
    The file name may contain PathMap variables. When setting the property, PathMap variables will automatically be assigned if a respective assignment is possible.
    See Also