Checks whether the schedule definition includes any image-related fields and if any elements in the schedule actually have images in those fields.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2015
Syntax
C# |
---|
public bool HasImageField() |
Visual Basic |
---|
Public Function HasImageField As Boolean |
Visual C++ |
---|
public:
bool HasImageField() |
Return Value
True if the schedule has at least one image field showing at least one image, false otherwise.
Remarks
See Also