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

FileName Property
Full file name of the image file.
Syntax
public string FileName {get; set;}
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