Override the SketchPlane property of CurveElement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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