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