2021 Property
Changes 0
P

CurveElement.GeometryCurve

Description:
Geometry curve of the curve element.
Remarks:
When setting this property, any curves that this curve is currently joined to will affect the result - the final geometry of this curve and of the joined curves may change. To avoid the effect of existing joins, use SetGeometryCurve(Curve, Boolean) with true passed ot overrideJoins. After the curve geometry is set, other nearby curves may join to the new curve geometry.
public Curve GeometryCurve { get; set; }