IDrawingSaveOptions¶
- class IDrawingSaveOptions¶
Bases:
ImpactCOMWrapperBase- Summary:
Options used for saving a drawing.
- Remarks:
Introduced in 8.0.0.86.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property error_column_names¶
Gets error_column_names.
- Summary:
A string list of names of columns in the database_values that had data errors.
- Returns:
The value of error_column_names.
- Return type:
error_column_names (any)
- property error_layer¶
Gets error_layer.
- Summary:
The layer in which the erroneous database_values were detected. If this is NULL, then the error occured in the database_values at the project level.
- Returns:
The value of error_layer.
- Return type:
- property error_type¶
Gets error_type.
- Summary:
The type of error that occurred.
- Returns:
The value of error_type.
- Return type:
- property replace_existing¶
Gets replace_existing.
- Summary:
When using the save_as2 method, this specifies whether to replace any existing drawing having the same name.
- Returns:
The value of replace_existing.
- Return type:
replace_existing (bool)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.