Share

CurveByPoints.SketchPlane Property

Override the SketchPlane property of CurveElement.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public override SketchPlane SketchPlane { get; set; }

Property Value

SketchPlane

Remarks

CurveByPoints has no associated SketchPlane. Getting this property returns null. Setting it causes an InvalidOperationException.

See Also

Reference

Was this information helpful?