Verify if ImageExportOptions object is valid for calling saveToProjectAsImage
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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 |