CurveByPointsSketchPlane Property

Override the SketchPlane property of CurveElement.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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