Add a segment based on the specified segment curve of the gridline.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddSegment(
Curve curve
)
Parameters
- curve Curve
- The curve used to locate the segment to be removed. This function will invoke regeneration.
Exceptions
See Also
Reference