Verify if ImageExportOptions object is valid for calling saveToProjectAsImage
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidForSaveToProjectAsImage( ImageExportOptions options, Document doc )
Parameters
- options ImageExportOptions
- ImageExportOptions object to be validated
- doc Document
- Document for view name verification
Return Value
BooleanTrue if ImageExportOptions object is valid for calling saveToProjectAsImage; false otherwise
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
