TableCellStyleOverrideOptions Constructor (TableCellStyleOverrideOptions)


Table Cell Style Override Options(Table Cell Style Override Options) Constructor

Creates a new instance by copying an existing instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public TableCellStyleOverrideOptions(
	TableCellStyleOverrideOptions other
)

Parameters

other TableCellStyleOverrideOptions
The instance to copy
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also