Removes a specified project location 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(
ProjectLocation item
)
Parameters
- item ProjectLocation
- The project location to be erased.
Return Value
Int32The number of project locations that were erased from the set.
See Also
Reference