CadMLeaderNodeBreakEndPoint Property |
Gets or sets the break end point.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Cad3DPoint BreakEndPoint { get; set; }Public Property BreakEndPoint As Cad3DPoint
Get
Set
public:
property Cad3DPoint^ BreakEndPoint {
Cad3DPoint^ get ();
void set (Cad3DPoint^ value);
}member BreakEndPoint : Cad3DPoint with get, set
Property Value
Type:
Cad3DPoint
The break end point.
See Also