Share

ImageType.CanReload Method

Check whether the ImageType can be reloaded from file.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool CanReload()

Return Value

Boolean
True if the ImageType can be reloaded. False, otherwise.

Remarks

The test first determines the candidate path for reloading the ImageType. Then the test checks that the corresponding file is a valid image file, that it is unencrypted, and that it contains the page corresponding to PageNumber.

See Also

Reference

Was this information helpful?