CurveByPointsSketchPlane Property

Override the SketchPlane property of CurveElement.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public override SketchPlane SketchPlane { get; set; }

Property Value

SketchPlane
Remarks
CurveByPoints has no associated SketchPlane. Getting this property returns . Setting it causes an InvalidOperationException.
See Also