RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BasePoint

BasePoint.Clipped

Property
Description:
Clipped state of the survey point (shared BasePoint). Change its state to clipped or unclipped, depending on how you want to move the survey point. To move the survey coordinate system in relation to the model, move the clipped survey point.
Syntax
public bool Clipped { get; set; }
Exceptions
Exception Condition
InvalidOperationException When setting this property: This operation is only available for a shared BasePoint.