RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurveByPoints

CurveByPoints.SketchPlane

Property
Description:
Override the SketchPlane property of CurveElement.
Remarks:
CurveByPoints has no associated SketchPlane. Getting this property returns null. Setting it causes an InvalidOperationException.
Syntax
public override SketchPlane SketchPlane { get; set; }