2020 Property
Changes 0
P

CurveByPoints.SketchPlane

Description:
Override the SketchPlane property of CurveElement.
Remarks:
CurveByPoints has no associated SketchPlane. Getting this property returns .a null reference (Nothing in Visual Basic). Setting it causes an InvalidOperationException.
public override SketchPlane SketchPlane { get; set; }