Verify if ImageExportOptions object is valid for calling saveToProjectAsImage
Namespace: Autodesk.Revit.DBAssembly: 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
Boolean
True if ImageExportOptions object is valid for calling saveToProjectAsImage; false otherwise
Exceptions
See Also
Reference