set_default#
- static ProjectOnGeometryResults.set_default(success=None, error_code=None, warning_codes=None)#
Set the default values of the
ProjectOnGeometryResults
object.- Parameters:
- success: bool, optional
Defines the operation was successful or not.
- error_code: ErrorCode, optional
Error code associated with failure of operation.
- warning_codes: List[WarningCode], optional
Warning code associated with operation.