Removes a specified GeomCombination from the set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual int Erase(
GeomCombination item
)
Parameters
- item GeomCombination
- The GeomCombination to be erased.
Return Value
Int32The number of GeomCombinations that were erased from the set.
See Also
Reference