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