Compare this fabrication part with the part passed and checks the pattern dimensions and options. A list of fields that can be ignored in the comparison check can be specified.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsSameAs(
FabricationPart part,
IList<FabricationPartCompareType> ignoreFields
)
Parameters
- part FabricationPart
-
The part to compare this part with.
- ignoreFields IList<FabricationPartCompareType>
-
Array of types of data to ignore from the comparison check.
Return Value
Boolean
Returns true if the fabrication parts are the same.
Exceptions
See Also
Reference